commit | 181c37b6e4c1bdb061ed0d884c54f9a6e6cdac89 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue May 12 17:21:25 2015 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri May 15 01:10:42 2015 -0400 |
tree | a0fce3617f10ca1a4ac1957d53741837164293ea | |
parent | 391172c46e6f9d5d03855ff3ae5720d9826f3b59 [diff] |
namei: saner calling conventions for filename_create() a) make it reject ERR_PTR() for name b) make it putname(name) upon return in all other cases. seriously simplifies the callers... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>