From 0182ccee0169220d5d613ed8b73159201aad8163 Mon Sep 17 00:00:00 2001 From: adilger Date: Fri, 20 Sep 2002 16:15:42 +0000 Subject: [PATCH] Fix typo. --- lustre/patches/patch-2.4.18 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/patches/patch-2.4.18 b/lustre/patches/patch-2.4.18 index 26856dc..2d903ac 100644 --- a/lustre/patches/patch-2.4.18 +++ b/lustre/patches/patch-2.4.18 @@ -400,7 +400,7 @@ +#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) -- 1.8.3.1