aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_btree.h
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@redhat.com>2014-04-14 05:03:53 -0400
committerDave Chinner <david@fromorbit.com>2014-04-14 05:03:53 -0400
commit6f8950cd731432508859ef0c054b026270095b2e (patch)
tree3ec6e9bbb158872e7f60b3124d212b57e84f72f8 /fs/xfs/xfs_btree.h
parent6ea94bb5b30f14717e349f4e3ea4a6df03e1ee67 (diff)
xfs: remove unused length arg from alloc_block ops
Signed-off-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/xfs/xfs_btree.h')
-rw-r--r--fs/xfs/xfs_btree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_btree.h b/fs/xfs/xfs_btree.h
index 91e34f21bace..875f6876ff48 100644
--- a/fs/xfs/xfs_btree.h
+++ b/fs/xfs/xfs_btree.h
@@ -129,7 +129,7 @@ struct xfs_btree_ops {
129 int (*alloc_block)(struct xfs_btree_cur *cur, 129 int (*alloc_block)(struct xfs_btree_cur *cur,
130 union xfs_btree_ptr *start_bno, 130 union xfs_btree_ptr *start_bno,
131 union xfs_btree_ptr *new_bno, 131 union xfs_btree_ptr *new_bno,
132 int length, int *stat); 132 int *stat);
133 int (*free_block)(struct xfs_btree_cur *cur, struct xfs_buf *bp); 133 int (*free_block)(struct xfs_btree_cur *cur, struct xfs_buf *bp);
134 134
135 /* update last record information */ 135 /* update last record information */