Skip to content
Snippets Groups Projects
Commit e88fec23 authored by Yang Sheng's avatar Yang Sheng
Browse files

Branch b1_6

b=14714

Fixed previous commit error.
parent fc00024d
No related branches found
No related tags found
No related merge requests found
...@@ -61,11 +61,3 @@ diff -urp RH_2_6_9_42_0_3.orig/include/linux/dcache.h RH_2_6_9_42_0_3/include/li ...@@ -61,11 +61,3 @@ diff -urp RH_2_6_9_42_0_3.orig/include/linux/dcache.h RH_2_6_9_42_0_3/include/li
extern spinlock_t dcache_lock; extern spinlock_t dcache_lock;
@@ -254,6 +255,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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment