commit | 797fc16d8f00bf681b7f9969c0701725b472b11a | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Aug 03 11:02:48 2016 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Aug 03 11:02:48 2016 -0400 |
tree | 086e31f304992724b5e92eac90688601d29d7134 | |
parent | 6fa67e707559303e086303aeecc9e8b91ef497d5 [diff] |
9p: fix braino introduced in "9p: new helper - v9fs_parent_fid()" In v9fs_vfs_rename() we need to clone the parents' fids, not just find them. Spotted-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>