diff options
| -rw-r--r-- | fs/xfs/linux-2.6/xfs_linux.h | 1 | ||||
| -rw-r--r-- | fs/xfs/xfs.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/fs/xfs/linux-2.6/xfs_linux.h b/fs/xfs/linux-2.6/xfs_linux.h index e5143323e71f..1bc9f600365f 100644 --- a/fs/xfs/linux-2.6/xfs_linux.h +++ b/fs/xfs/linux-2.6/xfs_linux.h | |||
| @@ -99,7 +99,6 @@ | |||
| 99 | /* | 99 | /* |
| 100 | * Feature macros (disable/enable) | 100 | * Feature macros (disable/enable) |
| 101 | */ | 101 | */ |
| 102 | #define HAVE_SPLICE /* a splice(2) exists in 2.6, but not in 2.4 */ | ||
| 103 | #ifdef CONFIG_SMP | 102 | #ifdef CONFIG_SMP |
| 104 | #define HAVE_PERCPU_SB /* per cpu superblock counters are a 2.6 feature */ | 103 | #define HAVE_PERCPU_SB /* per cpu superblock counters are a 2.6 feature */ |
| 105 | #else | 104 | #else |
diff --git a/fs/xfs/xfs.h b/fs/xfs/xfs.h index 765aaf65e2d3..540e4c989825 100644 --- a/fs/xfs/xfs.h +++ b/fs/xfs/xfs.h | |||
| @@ -22,7 +22,7 @@ | |||
| 22 | #define STATIC | 22 | #define STATIC |
| 23 | #define DEBUG 1 | 23 | #define DEBUG 1 |
| 24 | #define XFS_BUF_LOCK_TRACKING 1 | 24 | #define XFS_BUF_LOCK_TRACKING 1 |
| 25 | #define QUOTADEBUG 1 | 25 | /* #define QUOTADEBUG 1 */ |
| 26 | #endif | 26 | #endif |
| 27 | 27 | ||
| 28 | #ifdef CONFIG_XFS_TRACE | 28 | #ifdef CONFIG_XFS_TRACE |
