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
- Lines: 13
- Date:
2004-08-07 16:26:06.138407755 -0700
- Orig file:
linux-2.4.26/fs/xfs/xfs_macros.c
- Orig date:
2004-04-14 06:05:40.000000000 -0700
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)