From 71594b2a39958799e000245dc819f0ab5e629d79 Mon Sep 17 00:00:00 2001 From: yangsheng Date: Wed, 23 Apr 2008 13:24:40 +0000 Subject: [PATCH] Branch b1_6 b=14714 i=adilger, johann Fixed previous error. --- lustre/kernel_patches/patches/iopen-misc-2.6.18-vanilla.patch | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lustre/kernel_patches/patches/iopen-misc-2.6.18-vanilla.patch b/lustre/kernel_patches/patches/iopen-misc-2.6.18-vanilla.patch index e2d0e8a..e614f49 100644 --- a/lustre/kernel_patches/patches/iopen-misc-2.6.18-vanilla.patch +++ b/lustre/kernel_patches/patches/iopen-misc-2.6.18-vanilla.patch @@ -64,14 +64,6 @@ Index: linux-2.6/include/linux/dcache.h =================================================================== --- linux-2.6.orig/include/linux/dcache.h 2006-07-15 12:48:41.000000000 +0800 +++ linux-2.6/include/linux/dcache.h 2006-07-15 12:54:06.000000000 +0800 -@@ -257,6 +257,7 @@ extern int have_submounts(struct dentry - * This adds the entry to the hash queues. - */ - extern void d_rehash(struct dentry *); -+extern void d_rehash_cond(struct dentry *, int lock); - - /** - * d_add - add dentry to hash queues @@ -292,6 +293,7 @@ static inline struct dentry *d_add_uniqu /* used for rename() and baskets */ -- 1.8.3.1