commit | 2bf996ac48326645ffe5985edfca307838f8eafe | [log] [tgz] |
---|---|---|
author | Yan, Zheng <zyan@redhat.com> | Thu Oct 25 17:30:30 2018 +0800 |
committer | Ilya Dryomov <idryomov@gmail.com> | Wed Dec 26 15:56:03 2018 +0100 |
tree | 6453990e24f7aea5827c99acb3ce15710dc11144 | |
parent | 8fe28cb58bcb235034b64cbbb7550a8a43fd88be [diff] |
ceph: cleanup splice_dentry() splice_dentry() may drop the original dentry and return other dentry. It relies on its caller to update pointer that points to the dropped dentry. This is error-prone. Signed-off-by: "Yan, Zheng" <zyan@redhat.com> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>