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>
This commit is contained in:

committed by
Dave Chinner

parent
a96c41519a
commit
34dcefd717
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user