summaryrefslogtreecommitdiffstats
path: root/dentry-d_lockref-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dentry-d_lockref-fix.patch')
-rw-r--r--dentry-d_lockref-fix.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/dentry-d_lockref-fix.patch b/dentry-d_lockref-fix.patch
deleted file mode 100644
index 5a97c2539..000000000
--- a/dentry-d_lockref-fix.patch
+++ /dev/null
@@ -1,17 +0,0 @@
----
- fs/dcache.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/fs/dcache.c b/fs/dcache.c
-index bce851dc03ef..be2bea834bf4 100644
---- a/fs/dcache.c
-+++ b/fs/dcache.c
-@@ -553,7 +553,7 @@ again:
- }
- rcu_read_unlock();
- if (parent != dentry)
-- spin_lock(&dentry->d_lock);
-+ spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED);
- else
- parent = NULL;
- return parent;