diff options
author | Eric Sandeen <sandeen@redhat.com> | 2016-02-07 22:58:07 -0500 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2016-02-07 22:58:07 -0500 |
commit | de0b85a8cf24f8c535b7f719c454e3951298d17a (patch) | |
tree | ae63664a48eb3e74b8e49f7d8ec6bfa6687a8ae1 | |
parent | edfd9dd549212a0923c9b5b142275dc88912abfa (diff) |
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>
-rw-r--r-- | fs/xfs/libxfs/xfs_sb.h | 1 | ||||
-rw-r--r-- | fs/xfs/xfs_fsops.h | 1 | ||||
-rw-r--r-- | fs/xfs/xfs_mount.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/fs/xfs/libxfs/xfs_sb.h b/fs/xfs/libxfs/xfs_sb.h index b25bb9a343f3..961e6475a309 100644 --- a/fs/xfs/libxfs/xfs_sb.h +++ b/fs/xfs/libxfs/xfs_sb.h | |||
@@ -27,7 +27,6 @@ extern struct xfs_perag *xfs_perag_get_tag(struct xfs_mount *, xfs_agnumber_t, | |||
27 | extern void xfs_perag_put(struct xfs_perag *pag); | 27 | extern void xfs_perag_put(struct xfs_perag *pag); |
28 | extern int xfs_initialize_perag_data(struct xfs_mount *, xfs_agnumber_t); | 28 | extern int xfs_initialize_perag_data(struct xfs_mount *, xfs_agnumber_t); |
29 | 29 | ||
30 | extern void xfs_sb_calc_crc(struct xfs_buf *bp); | ||
31 | extern void xfs_log_sb(struct xfs_trans *tp); | 30 | extern void xfs_log_sb(struct xfs_trans *tp); |
32 | extern int xfs_sync_sb(struct xfs_mount *mp, bool wait); | 31 | extern int xfs_sync_sb(struct xfs_mount *mp, bool wait); |
33 | extern void xfs_sb_mount_common(struct xfs_mount *mp, struct xfs_sb *sbp); | 32 | extern void xfs_sb_mount_common(struct xfs_mount *mp, struct xfs_sb *sbp); |
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); | |||
25 | extern int xfs_reserve_blocks(xfs_mount_t *mp, __uint64_t *inval, | 25 | extern int xfs_reserve_blocks(xfs_mount_t *mp, __uint64_t *inval, |
26 | xfs_fsop_resblks_t *outval); | 26 | xfs_fsop_resblks_t *outval); |
27 | extern int xfs_fs_goingdown(xfs_mount_t *mp, __uint32_t inflags); | 27 | extern int xfs_fs_goingdown(xfs_mount_t *mp, __uint32_t inflags); |
28 | extern int xfs_fs_log_dummy(struct xfs_mount *mp); | ||
29 | 28 | ||
30 | #endif /* __XFS_FSOPS_H__ */ | 29 | #endif /* __XFS_FSOPS_H__ */ |
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, | |||
327 | bool reserved); | 327 | bool reserved); |
328 | extern int xfs_mod_frextents(struct xfs_mount *mp, int64_t delta); | 328 | extern int xfs_mod_frextents(struct xfs_mount *mp, int64_t delta); |
329 | 329 | ||
330 | extern int xfs_mount_log_sb(xfs_mount_t *); | ||
331 | extern struct xfs_buf *xfs_getsb(xfs_mount_t *, int); | 330 | extern struct xfs_buf *xfs_getsb(xfs_mount_t *, int); |
332 | extern int xfs_readsb(xfs_mount_t *, int); | 331 | extern int xfs_readsb(xfs_mount_t *, int); |
333 | extern void xfs_freesb(xfs_mount_t *); | 332 | extern void xfs_freesb(xfs_mount_t *); |