aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_buf.c
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@redhat.com>2014-04-14 19:01:00 +1000
committerDave Chinner <david@fromorbit.com>2014-04-14 19:01:00 +1000
commit34dcefd717dea161182c18e2622cd9bed4bb4835 (patch)
treef651378eb531c73310996dd5f52cb020a2fbedf4 /fs/xfs/xfs_buf.c
parentxfs: remove unused blocksize arg from xfs_setsize_buftarg() (diff)
downloadlinux-dev-34dcefd717dea161182c18e2622cd9bed4bb4835.tar.xz
linux-dev-34dcefd717dea161182c18e2622cd9bed4bb4835.zip
xfs: remove unused args from xfs_alloc_buftarg()
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_buf.c')
-rw-r--r--fs/xfs/xfs_buf.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/xfs/xfs_buf.c b/fs/xfs/xfs_buf.c
index 6638bf1f3838..9ea2c88e2288 100644
--- a/fs/xfs/xfs_buf.c
+++ b/fs/xfs/xfs_buf.c
@@ -1647,9 +1647,7 @@ xfs_setsize_buftarg_early(
xfs_buftarg_t *
xfs_alloc_buftarg(
struct xfs_mount *mp,
- struct block_device *bdev,
- int external,
- const char *fsname)
+ struct block_device *bdev)
{
xfs_buftarg_t *btp;