From 499b47f9435b90f962632dc4e472cf80e008ba84 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Wed, 17 Feb 2016 17:07:02 +1100 Subject: [PATCH] xfs: remove unused function definitions Source kernel commit de0b85a8cf24f8c535b7f719c454e3951298d17a Old leftovers. Signed-off-by: Eric Sandeen Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- libxfs/xfs_sb.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libxfs/xfs_sb.h b/libxfs/xfs_sb.h index b25bb9a34..961e6475a 100644 --- a/libxfs/xfs_sb.h +++ b/libxfs/xfs_sb.h @@ -27,7 +27,6 @@ extern struct xfs_perag *xfs_perag_get_tag(struct xfs_mount *, xfs_agnumber_t, extern void xfs_perag_put(struct xfs_perag *pag); extern int xfs_initialize_perag_data(struct xfs_mount *, xfs_agnumber_t); -extern void xfs_sb_calc_crc(struct xfs_buf *bp); extern void xfs_log_sb(struct xfs_trans *tp); extern int xfs_sync_sb(struct xfs_mount *mp, bool wait); extern void xfs_sb_mount_common(struct xfs_mount *mp, struct xfs_sb *sbp); -- 2.47.2