[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180405104549.12365-4-christian.brauner@ubuntu.com>
Date: Thu, 5 Apr 2018 12:45:49 +0200
From: Christian Brauner <christian.brauner@...ntu.com>
To: ebiederm@...ssion.com, torvalds@...ux-foundation.o,
viro@...iv.linux.org.uk, linux-kernel@...r.kernel.org
Cc: Christian Brauner <christian.brauner@...ntu.com>
Subject: [PATCH 3/3] nfsd: use follow_up_bind() helper
Signed-off-by: Christian Brauner <christian.brauner@...ntu.com>
---
fs/nfsd/vfs.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/fs/nfsd/vfs.c b/fs/nfsd/vfs.c
index a3c9bfa77def..52e64036d2bd 100644
--- a/fs/nfsd/vfs.c
+++ b/fs/nfsd/vfs.c
@@ -141,8 +141,8 @@ static void follow_to_parent(struct path *path)
{
struct dentry *dp;
- while (path->dentry == path->mnt->mnt_root && follow_up(path))
- ;
+ follow_up_bind(path);
+
dp = dget_parent(path->dentry);
dput(path->dentry);
path->dentry = dp;
--
2.15.1
Powered by blists - more mailing lists