Skip to content

Commit

Permalink
[XFS] Remove unused HAVE_SPLICE macro.
Browse files Browse the repository at this point in the history
HAVE_SPLICE was part of the infrastructure for building 2.4 and 2.6
kernels out of the same tree. Now we don't build 2.4 kernels this

SGI-PV: 971046
SGI-Modid: xfs-linux-melb:xfs-kern:30878a

Signed-off-by: Donald Douwsma <donaldd@sgi.com>
Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
  • Loading branch information
Donald Douwsma authored and Lachlan McIlroy committed Apr 18, 2008
1 parent f7d3c34 commit e687330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/xfs/xfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#define STATIC
#define DEBUG 1
#define XFS_BUF_LOCK_TRACKING 1
/* #define QUOTADEBUG 1 */
#define QUOTADEBUG 1
#endif

#ifdef CONFIG_XFS_TRACE
Expand Down

0 comments on commit e687330

Please sign in to comment.