From: Eric Sandeen Date: Wed, 17 Feb 2016 06:07:02 +0000 (+1100) Subject: xfs: remove unused function definitions X-Git-Tag: v4.7.0-rc1~64^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=499b47f9435b90f962632dc4e472cf80e008ba84;p=thirdparty%2Fxfsprogs-dev.git 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 --- 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);