aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_linux.h')
-rw-r--r--fs/xfs/linux-2.6/xfs_linux.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/xfs/linux-2.6/xfs_linux.h b/fs/xfs/linux-2.6/xfs_linux.h
index 67389b745526..377a9f54a049 100644
--- a/fs/xfs/linux-2.6/xfs_linux.h
+++ b/fs/xfs/linux-2.6/xfs_linux.h
@@ -100,6 +100,11 @@
100 */ 100 */
101#undef HAVE_REFCACHE /* reference cache not needed for NFS in 2.6 */ 101#undef HAVE_REFCACHE /* reference cache not needed for NFS in 2.6 */
102#define HAVE_SENDFILE /* sendfile(2) exists in 2.6, but not in 2.4 */ 102#define HAVE_SENDFILE /* sendfile(2) exists in 2.6, but not in 2.4 */
103#if CONFIG_SMP
104#define HAVE_PERCPU_SB /* per cpu superblock counters are a 2.6 feature */
105#else
106#undef HAVE_PERCPU_SB /* per cpu superblock counters are a 2.6 feature */
107#endif
103 108
104/* 109/*
105 * State flag for unwritten extent buffers. 110 * State flag for unwritten extent buffers.