diff options
author | Eric Sandeen <sandeen@redhat.com> | 2014-04-14 19:05:43 +1000 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2014-04-14 19:05:43 +1000 |
commit | bda65ef8a8ab8944628b7ff1182902612efd8bc3 (patch) | |
tree | 859c68dcf137008527dac3592195e073ebbdd60d /fs/xfs/xfs_symlink_remote.c | |
parent | fd9fdba6c366f6a1606572e46eebf770462ff484 (diff) | |
download | blackbird-op-linux-bda65ef8a8ab8944628b7ff1182902612efd8bc3.tar.gz blackbird-op-linux-bda65ef8a8ab8944628b7ff1182902612efd8bc3.zip |
xfs: remove unused xfs_mount arg from xfs_symlink_hdr_ok()
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_symlink_remote.c')
-rw-r--r-- | fs/xfs/xfs_symlink_remote.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_symlink_remote.c b/fs/xfs/xfs_symlink_remote.c index 9b32052ff65e..23c2f2577c8d 100644 --- a/fs/xfs/xfs_symlink_remote.c +++ b/fs/xfs/xfs_symlink_remote.c @@ -80,7 +80,6 @@ xfs_symlink_hdr_set( */ bool xfs_symlink_hdr_ok( - struct xfs_mount *mp, xfs_ino_t ino, uint32_t offset, uint32_t size, |