namei: saner calling conventions for filename_create()
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 12 May 2015 21:21:25 +0000 (17:21 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 15 May 2015 05:10:42 +0000 (01:10 -0400)
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>
fs/namei.c

diff --cc fs/namei.c
Simple merge