diff options
author | Tim Shimmin <tes@chook.melbourne.sgi.com> | 2006-09-29 15:23:02 +1000 |
---|---|---|
committer | Tim Shimmin <tes@chook.melbourne.sgi.com> | 2006-09-29 15:23:02 +1000 |
commit | 65e8697a12e356cd7a6ecafa1149f5c5c6a71593 (patch) | |
tree | cb08feaf37a33eb27236ea83c25efc75138f0823 /fs/xfs | |
parent | 6e73b418887675da18602550ca296211caeb3897 (diff) | |
download | op-kernel-dev-65e8697a12e356cd7a6ecafa1149f5c5c6a71593.zip op-kernel-dev-65e8697a12e356cd7a6ecafa1149f5c5c6a71593.tar.gz |
[XFS] Remove v1 dir trace macro - missed in a past commit.
Signed-off-by: Tim Shimmin <tes@sgi.com>
Diffstat (limited to 'fs/xfs')
-rw-r--r-- | fs/xfs/Makefile-linux-2.6 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/Makefile-linux-2.6 b/fs/xfs/Makefile-linux-2.6 index 9e7f859..291948d 100644 --- a/fs/xfs/Makefile-linux-2.6 +++ b/fs/xfs/Makefile-linux-2.6 @@ -30,7 +30,6 @@ ifeq ($(CONFIG_XFS_TRACE),y) EXTRA_CFLAGS += -DXFS_BLI_TRACE EXTRA_CFLAGS += -DXFS_BMAP_TRACE EXTRA_CFLAGS += -DXFS_BMBT_TRACE - EXTRA_CFLAGS += -DXFS_DIR_TRACE EXTRA_CFLAGS += -DXFS_DIR2_TRACE EXTRA_CFLAGS += -DXFS_DQUOT_TRACE EXTRA_CFLAGS += -DXFS_ILOCK_TRACE |