diff options
author | Eric Sandeen <sandeen@redhat.com> | 2014-04-14 19:01:00 +1000 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2014-04-14 19:01:00 +1000 |
commit | 34dcefd717dea161182c18e2622cd9bed4bb4835 (patch) | |
tree | f651378eb531c73310996dd5f52cb020a2fbedf4 /fs/xfs/xfs_buf.h | |
parent | a96c41519ac95bd7e8c798d235d6c98ca846090a (diff) | |
download | linux-34dcefd717dea161182c18e2622cd9bed4bb4835.tar.gz linux-34dcefd717dea161182c18e2622cd9bed4bb4835.tar.xz |
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.h')
-rw-r--r-- | fs/xfs/xfs_buf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_buf.h b/fs/xfs/xfs_buf.h index 37311e35c905..0e47fd1fedba 100644 --- a/fs/xfs/xfs_buf.h +++ b/fs/xfs/xfs_buf.h @@ -387,7 +387,7 @@ xfs_buf_update_cksum(struct xfs_buf *bp, unsigned long cksum_offset) * Handling of buftargs. */ extern xfs_buftarg_t *xfs_alloc_buftarg(struct xfs_mount *, - struct block_device *, int, const char *); + struct block_device *); extern void xfs_free_buftarg(struct xfs_mount *, struct xfs_buftarg *); extern void xfs_wait_buftarg(xfs_buftarg_t *); extern int xfs_setsize_buftarg(xfs_buftarg_t *, unsigned int); |