From 6555d33630ee91206addfb52add80714f865eee9 Mon Sep 17 00:00:00 2001 From: green Date: Tue, 4 May 2004 15:58:58 +0000 Subject: [PATCH] Added missing IT_CHDIR declaration, updated newly added vfs_intent-2.4.21-sles8sp3.patch --- lustre/kernel_patches/patches/vfs_intent-2.4.20-rh.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/kernel_patches/patches/vfs_intent-2.4.20-rh.patch b/lustre/kernel_patches/patches/vfs_intent-2.4.20-rh.patch index ce25fab..c3d63b8 100644 --- a/lustre/kernel_patches/patches/vfs_intent-2.4.20-rh.patch +++ b/lustre/kernel_patches/patches/vfs_intent-2.4.20-rh.patch @@ -1577,7 +1577,7 @@ Index: linux-2.4.20/include/linux/dcache.h =================================================================== --- linux-2.4.20.orig/include/linux/dcache.h Wed Mar 17 13:57:04 2004 +++ linux-2.4.20/include/linux/dcache.h Wed Mar 17 13:57:11 2004 -@@ -6,6 +6,51 @@ +@@ -6,6 +6,52 @@ #include #include #include @@ -1592,6 +1592,7 @@ Index: linux-2.4.20/include/linux/dcache.h +#define IT_GETXATTR 0x0040 +#define IT_EXEC 0x0080 +#define IT_PIN 0x0100 ++#define IT_CHDIR 0x0200 + +#define IT_FL_LOCKED 0x0001 +#define IT_FL_FOLLOWED 0x0002 /* set by vfs_follow_link */ -- 1.8.3.1