Whamcloud - gitweb
Fix typo.
authoradilger <adilger>
Fri, 20 Sep 2002 16:15:42 +0000 (16:15 +0000)
committeradilger <adilger>
Fri, 20 Sep 2002 16:15:42 +0000 (16:15 +0000)
lustre/patches/patch-2.4.18

index 26856dc..2d903ac 100644 (file)
 +#define IT_LINK2  (1<<4)
 +#define IT_SYMLINK  (1<<5)
 +#define IT_UNLINK  (1<<6)
-+#define IT_RMDIR  (1<<8)
++#define IT_RMDIR  (1<<7)
 +#define IT_RENAME  (1<<8)
 +#define IT_RENAME2  (1<<9)
 +#define IT_READDIR  (1<<10)