diff options
author | Eric Sandeen <sandeen@redhat.com> | 2016-02-08 14:58:07 +1100 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2016-02-08 14:58:07 +1100 |
commit | de0b85a8cf24f8c535b7f719c454e3951298d17a (patch) | |
tree | ae63664a48eb3e74b8e49f7d8ec6bfa6687a8ae1 /fs/xfs/xfs_mount.h | |
parent | edfd9dd549212a0923c9b5b142275dc88912abfa (diff) | |
download | linux-de0b85a8cf24f8c535b7f719c454e3951298d17a.tar.bz2 |
xfs: remove unused function definitions
Old leftovers.
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_mount.h')
-rw-r--r-- | fs/xfs/xfs_mount.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_mount.h b/fs/xfs/xfs_mount.h index b57098481c10..a4e03ab50342 100644 --- a/fs/xfs/xfs_mount.h +++ b/fs/xfs/xfs_mount.h @@ -327,7 +327,6 @@ extern int xfs_mod_fdblocks(struct xfs_mount *mp, int64_t delta, bool reserved); extern int xfs_mod_frextents(struct xfs_mount *mp, int64_t delta); -extern int xfs_mount_log_sb(xfs_mount_t *); extern struct xfs_buf *xfs_getsb(xfs_mount_t *, int); extern int xfs_readsb(xfs_mount_t *, int); extern void xfs_freesb(xfs_mount_t *); |