[PATCH 09/19] xfs: remove unused bip arg from xfs_buf_item_log_segment()

Eric Sandeen sandeen at redhat.com
Mon Apr 7 14:58:56 CDT 2014


Signed-off-by: Eric Sandeen <sandeen at redhat.com>
---
 fs/xfs/xfs_buf_item.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/fs/xfs/xfs_buf_item.c b/fs/xfs/xfs_buf_item.c
index 3314911..a5cd696 100644
--- a/fs/xfs/xfs_buf_item.c
+++ b/fs/xfs/xfs_buf_item.c
@@ -826,7 +826,6 @@ xfs_buf_item_init(
  */
 static void
 xfs_buf_item_log_segment(
-	struct xfs_buf_log_item	*bip,
 	uint			first,
 	uint			last,
 	uint			*map)
@@ -934,7 +933,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;
-- 
1.7.1



More information about the xfs mailing list