patch-2.4.27 linux-2.4.27/fs/xfs/xfs_macros.c

Next file: linux-2.4.27/fs/xfs/xfs_mount.c
Previous file: linux-2.4.27/fs/xfs/xfs_log_recover.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.26/fs/xfs/xfs_macros.c linux-2.4.27/fs/xfs/xfs_macros.c
@@ -2234,3 +2234,12 @@
 	XLOG_GRANT_SUB_SPACE(log, bytes, type);
 }
 #endif
+
+#if XFS_WANT_FUNCS_C || (XFS_WANT_SPACE_C && XFSSO_XFS_SB_VERSION_HASMOREBITS)
+int
+xfs_sb_version_hasmorebits(xfs_sb_t *sbp)
+{
+	return XFS_SB_VERSION_HASMOREBITS(sbp);
+}
+#endif
+

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)