projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87937bf
)
xfs: remove unused bip arg from xfs_buf_item_log_segment()
author
Eric Sandeen
<sandeen@redhat.com>
Mon, 14 Apr 2014 09:01:34 +0000
(19:01 +1000)
committer
Dave Chinner
<david@fromorbit.com>
Mon, 14 Apr 2014 09:01:34 +0000
(19:01 +1000)
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_buf_item.c
patch
|
blob
|
history
diff --git
a/fs/xfs/xfs_buf_item.c
b/fs/xfs/xfs_buf_item.c
index
8752821
..
64b17f5
100644
(file)
--- a/
fs/xfs/xfs_buf_item.c
+++ b/
fs/xfs/xfs_buf_item.c
@@
-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;