commit | 5e608671dfbfd6a9556c31df65a4f147439eed59 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Feb 28 01:50:20 2013 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Feb 28 01:50:20 2013 -0500 |
tree | bb708c0bec27822d68defc54d8c79289b29d21fb | |
parent | a3b2157e72e321fa313389ac744bbf6d6cb6986d [diff] |
9p: if v9fs_fid_lookup() gets to asking server, it'd better have hashed dentry ... otherwise the path we'd built isn't worth much. Don't accept such fids obtained from paths unless dentry is still alived by the end of the work. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>