commit | 4f522a247bc26d4ab5c8fc406ffffa8b3a77abe3 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Feb 11 23:20:37 2013 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Feb 26 02:46:07 2013 -0500 |
tree | ed3ca7fb7316f96e7aab23f9563523521bed3259 | |
parent | 3592ac444017996f5a8ecf85856af0a8938e8fd1 [diff] |
d_hash_and_lookup(): export, switch open-coded instances * calling conventions change - ERR_PTR() is returned on ->d_hash() errors; NULL is just for dcache miss now. * exported, open-coded instances in ncpfs and cifs converted. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>