]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ceph: pass parent dir ino info to build_dentry_path
authorJeff Layton <jlayton@redhat.com>
Thu, 15 Dec 2016 13:37:58 +0000 (08:37 -0500)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 20 Feb 2017 11:16:05 +0000 (12:16 +0100)
commitfd36a71762f3b0fcb9741ed24021afabec7e0c45
tree593df649a70c6b725f460f1605c513f02804b6c7
parentc6b0b656ca24ede6657abb4a2cd910fa9c1879ba
ceph: pass parent dir ino info to build_dentry_path

In the event that we have a parent inode reference in the request, we
can use that instead of mucking about in the dcache. Pass any parent
inode info we have down to build_dentry_path so it can make use of it.

Link: http://tracker.ceph.com/issues/18148
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Reviewed-by: Yan, Zheng <zyan@redhat.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
fs/ceph/mds_client.c