Whamcloud - gitweb
Add in IT_LINK2.
authoradilger <adilger>
Fri, 20 Sep 2002 09:25:15 +0000 (09:25 +0000)
committeradilger <adilger>
Fri, 20 Sep 2002 09:25:15 +0000 (09:25 +0000)
lustre/patches/patch-2.4.18

index 23bc0c6..26856dc 100644 (file)
  EXPORT_SYMBOL(dentry_open);
 --- lum-pristine/include/linux/dcache.h        Thu Nov 22 14:46:18 2001
 +++ lum/include/linux/dcache.h Mon Aug 12 00:02:29 2002
-@@ -6,6 +6,33 @@
+@@ -6,6 +6,34 @@
  #include <asm/atomic.h>
  #include <linux/mount.h>
  
 +#define IT_CREAT  (1<<1)
 +#define IT_MKDIR  (1<<2)
 +#define IT_LINK  (1<<3)
-+#define IT_SYMLINK  (1<<4)
-+#define IT_UNLINK  (1<<5)
-+#define IT_RMDIR  (1<<6)
-+#define IT_RENAME  (1<<7)
-+#define IT_RENAME2  (1<<8)
-+#define IT_READDIR  (1<<9)
-+#define IT_GETATTR  (1<<10)
-+#define IT_SETATTR  (1<<11)
-+#define IT_READLINK  (1<<12)
-+#define IT_MKNOD  (1<<13)
-+#define IT_LOOKUP  (1<<14)
++#define IT_LINK2  (1<<4)
++#define IT_SYMLINK  (1<<5)
++#define IT_UNLINK  (1<<6)
++#define IT_RMDIR  (1<<8)
++#define IT_RENAME  (1<<8)
++#define IT_RENAME2  (1<<9)
++#define IT_READDIR  (1<<10)
++#define IT_GETATTR  (1<<11)
++#define IT_SETATTR  (1<<12)
++#define IT_READLINK  (1<<13)
++#define IT_MKNOD  (1<<14)
++#define IT_LOOKUP  (1<<15)
 +
 +struct lookup_intent {
 +      int it_op;