aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/xfs/linux-2.6/xfs_linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_linux.h b/fs/xfs/linux-2.6/xfs_linux.h
index 377a9f54a049..e2be64982bc1 100644
--- a/fs/xfs/linux-2.6/xfs_linux.h
+++ b/fs/xfs/linux-2.6/xfs_linux.h
@@ -100,7 +100,7 @@
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 103#ifdef CONFIG_SMP
104#define HAVE_PERCPU_SB /* per cpu superblock counters are a 2.6 feature */ 104#define HAVE_PERCPU_SB /* per cpu superblock counters are a 2.6 feature */
105#else 105#else
106#undef HAVE_PERCPU_SB /* per cpu superblock counters are a 2.6 feature */ 106#undef HAVE_PERCPU_SB /* per cpu superblock counters are a 2.6 feature */