aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_ialloc_btree.c
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_ialloc_btree.c
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_ialloc_btree.c')
-rw-r--r--fs/xfs/xfs_ialloc_btree.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_ialloc_btree.c b/fs/xfs/xfs_ialloc_btree.c
index 7e309b11e87d..f1630ff619dd 100644
--- a/fs/xfs/xfs_ialloc_btree.c
+++ b/fs/xfs/xfs_ialloc_btree.c
@@ -71,7 +71,6 @@ xfs_inobt_alloc_block(
71 struct xfs_btree_cur *cur, 71 struct xfs_btree_cur *cur,
72 union xfs_btree_ptr *start, 72 union xfs_btree_ptr *start,
73 union xfs_btree_ptr *new, 73 union xfs_btree_ptr *new,
74 int length,
75 int *stat) 74 int *stat)
76{ 75{
77 xfs_alloc_arg_t args; /* block allocation args */ 76 xfs_alloc_arg_t args; /* block allocation args */