xfs: remove unused args from xfs_alloc_buftarg()
[cascardo/linux.git] / fs / xfs / xfs_buf.c
index 6638bf1..9ea2c88 100644 (file)
@@ -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;