summaryrefslogtreecommitdiff
path: root/patches/fs-dcache-use-cpu-chill-in-trylock-loops.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/fs-dcache-use-cpu-chill-in-trylock-loops.patch')
-rw-r--r--patches/fs-dcache-use-cpu-chill-in-trylock-loops.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/fs-dcache-use-cpu-chill-in-trylock-loops.patch b/patches/fs-dcache-use-cpu-chill-in-trylock-loops.patch
index 8f93cfbc89ed..25edf498947a 100644
--- a/patches/fs-dcache-use-cpu-chill-in-trylock-loops.patch
+++ b/patches/fs-dcache-use-cpu-chill-in-trylock-loops.patch
@@ -46,7 +46,7 @@ Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
#include <linux/slab.h>
#include <linux/init.h>
#include <linux/hash.h>
-@@ -784,6 +785,8 @@ static inline bool fast_dput(struct dent
+@@ -789,6 +790,8 @@ static inline bool fast_dput(struct dent
*/
void dput(struct dentry *dentry)
{
@@ -55,7 +55,7 @@ Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
if (unlikely(!dentry))
return;
-@@ -820,9 +823,18 @@ void dput(struct dentry *dentry)
+@@ -825,9 +828,18 @@ void dput(struct dentry *dentry)
return;
kill_it:
@@ -77,7 +77,7 @@ Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
goto repeat;
}
}
-@@ -2360,7 +2372,7 @@ void d_delete(struct dentry * dentry)
+@@ -2365,7 +2377,7 @@ void d_delete(struct dentry * dentry)
if (dentry->d_lockref.count == 1) {
if (!spin_trylock(&inode->i_lock)) {
spin_unlock(&dentry->d_lock);