mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 17:17:04 -04:00
xfs: remove unused bip arg from xfs_buf_item_log_segment()
Signed-off-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
committed by
Dave Chinner
parent
87937bf8ca
commit
72b0636bb7
@@ -812,7 +812,6 @@ xfs_buf_item_init(
|
||||
*/
|
||||
static void
|
||||
xfs_buf_item_log_segment(
|
||||
struct xfs_buf_log_item *bip,
|
||||
uint first,
|
||||
uint last,
|
||||
uint *map)
|
||||
@@ -920,7 +919,7 @@ xfs_buf_item_log(
|
||||
if (end > last)
|
||||
end = last;
|
||||
|
||||
xfs_buf_item_log_segment(bip, first, end,
|
||||
xfs_buf_item_log_segment(first, end,
|
||||
&bip->bli_formats[i].blf_data_map[0]);
|
||||
|
||||
start += bp->b_maps[i].bm_len;
|
||||
|
||||
Reference in New Issue
Block a user