Commit 18d18208 authored by Donald Douwsma's avatar Donald Douwsma Committed by Lachlan McIlroy

[XFS] Fix broken HAVE_SPLICE removal commit.

Commit e687330b was meant to remove the
unused HAVE_SPLICE macro, instead an unrelated change was checked enabling
QUOTADEBUG when building DEBUG XFS. Restore the intended changes.

SGI-PV: 971046
SGI-Modid: xfs-linux-melb:xfs-kern:30924a
Signed-off-by: default avatarDonald Douwsma <donaldd@sgi.com>
Signed-off-by: default avatarBarry Naujok <bnaujok@sgi.com>
Signed-off-by: default avatarLachlan McIlroy <lachlan@sgi.com>
parent ce46193b
...@@ -99,7 +99,6 @@ ...@@ -99,7 +99,6 @@
/* /*
* Feature macros (disable/enable) * Feature macros (disable/enable)
*/ */
#define HAVE_SPLICE /* a splice(2) exists in 2.6, but not in 2.4 */
#ifdef CONFIG_SMP #ifdef CONFIG_SMP
#define HAVE_PERCPU_SB /* per cpu superblock counters are a 2.6 feature */ #define HAVE_PERCPU_SB /* per cpu superblock counters are a 2.6 feature */
#else #else
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#define STATIC #define STATIC
#define DEBUG 1 #define DEBUG 1
#define XFS_BUF_LOCK_TRACKING 1 #define XFS_BUF_LOCK_TRACKING 1
#define QUOTADEBUG 1 /* #define QUOTADEBUG 1 */
#endif #endif
#ifdef CONFIG_XFS_TRACE #ifdef CONFIG_XFS_TRACE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment