aboutsummaryrefslogtreecommitdiffstats
path: root/fs/coda/coda_fs_i.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2012-01-10coda: switch coda_cnode_make() to sane API as well, clean coda_lookup()Al Viro1-1/+1
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2012-01-10coda: deal correctly with allocation failure from coda_cnode_makectl()Al Viro1-1/+1
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>
2011-01-12take coda-private headers out of include/linuxAl Viro1-0/+58
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>