summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_fsops.h
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@redhat.com>2016-02-08 14:58:07 +1100
committerDave Chinner <david@fromorbit.com>2016-02-08 14:58:07 +1100
commitde0b85a8cf24f8c535b7f719c454e3951298d17a (patch)
treeae63664a48eb3e74b8e49f7d8ec6bfa6687a8ae1 /fs/xfs/xfs_fsops.h
parentedfd9dd549212a0923c9b5b142275dc88912abfa (diff)
downloadlinux-de0b85a8cf24f8c535b7f719c454e3951298d17a.tar.gz
linux-de0b85a8cf24f8c535b7f719c454e3951298d17a.tar.bz2
linux-de0b85a8cf24f8c535b7f719c454e3951298d17a.zip
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_fsops.h')
-rw-r--r--fs/xfs/xfs_fsops.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_fsops.h b/fs/xfs/xfs_fsops.h
index 1b6a98b66886..f32713f14f9a 100644
--- a/fs/xfs/xfs_fsops.h
+++ b/fs/xfs/xfs_fsops.h
@@ -25,6 +25,5 @@ extern int xfs_fs_counts(xfs_mount_t *mp, xfs_fsop_counts_t *cnt);
extern int xfs_reserve_blocks(xfs_mount_t *mp, __uint64_t *inval,
xfs_fsop_resblks_t *outval);
extern int xfs_fs_goingdown(xfs_mount_t *mp, __uint32_t inflags);
-extern int xfs_fs_log_dummy(struct xfs_mount *mp);
#endif /* __XFS_FSOPS_H__ */