summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bmap_btree.c
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@redhat.com>2014-04-14 11:03:53 +0200
committerDave Chinner <david@fromorbit.com>2014-04-14 11:03:53 +0200
commit6f8950cd731432508859ef0c054b026270095b2e (patch)
tree3ec6e9bbb158872e7f60b3124d212b57e84f72f8 /fs/xfs/xfs_bmap_btree.c
parentxfs: remove unused mp arg from xfs_calc_dquots_per_chunk() (diff)
downloadlinux-6f8950cd731432508859ef0c054b026270095b2e.tar.xz
linux-6f8950cd731432508859ef0c054b026270095b2e.zip
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_bmap_btree.c')
-rw-r--r--fs/xfs/xfs_bmap_btree.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_bmap_btree.c b/fs/xfs/xfs_bmap_btree.c
index f63403cc8b95..948836c4fd90 100644
--- a/fs/xfs/xfs_bmap_btree.c
+++ b/fs/xfs/xfs_bmap_btree.c
@@ -519,7 +519,6 @@ xfs_bmbt_alloc_block(
struct xfs_btree_cur *cur,
union xfs_btree_ptr *start,
union xfs_btree_ptr *new,
- int length,
int *stat)
{
xfs_alloc_arg_t args; /* block allocation args */