coda: deal correctly with allocation failure from coda_cnode_makectl()
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 10 Jan 2012 15:46:03 +0000 (10:46 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 10 Jan 2012 16:13:13 +0000 (11:13 -0500)
lookup should fail with ENOMEM, not silently make dentry negative.
Switched to saner calling conventions, while we are at it.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found