summaryrefslogtreecommitdiff
path: root/patches/fs-dcache-use-swait_queue-instead-of-waitqueue.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/fs-dcache-use-swait_queue-instead-of-waitqueue.patch')
-rw-r--r--patches/fs-dcache-use-swait_queue-instead-of-waitqueue.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/fs-dcache-use-swait_queue-instead-of-waitqueue.patch b/patches/fs-dcache-use-swait_queue-instead-of-waitqueue.patch
index ad87758ecdcb..79506becb3e8 100644
--- a/patches/fs-dcache-use-swait_queue-instead-of-waitqueue.patch
+++ b/patches/fs-dcache-use-swait_queue-instead-of-waitqueue.patch
@@ -103,7 +103,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
/*
--- a/fs/namei.c
+++ b/fs/namei.c
-@@ -1637,7 +1637,7 @@ static struct dentry *__lookup_slow(cons
+@@ -1638,7 +1638,7 @@ static struct dentry *__lookup_slow(cons
{
struct dentry *dentry, *old;
struct inode *inode = dir->d_inode;
@@ -112,7 +112,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
/* Don't go there if it's already dead */
if (unlikely(IS_DEADDIR(inode)))
-@@ -3125,7 +3125,7 @@ static int lookup_open(struct nameidata
+@@ -3126,7 +3126,7 @@ static int lookup_open(struct nameidata
struct dentry *dentry;
int error, create_error = 0;
umode_t mode = op->mode;