linux/fs/coda
Al Viro 2d8f30380a [PATCH] sanitize __user_walk_fd() et.al.
* do not pass nameidata; struct path is all the callers want.
* switch to new helpers:
	user_path_at(dfd, pathname, flags, &path)
	user_path(pathname, &path)
	user_lpath(pathname, &path)
	user_path_dir(pathname, &path)  (fail if not a directory)
  The last 3 are trivial macro wrappers for the first one.
* remove nameidata in callers.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2008-07-26 20:53:34 -04:00
..
Makefile
cache.c
cnode.c
coda_int.h
coda_linux.c coda: remove CODA_FS_OLD_API 2008-07-25 10:53:33 -07:00
dir.c [PATCH] sanitize ->permission() prototype 2008-07-26 20:53:14 -04:00
file.c
inode.c SL*B: drop kmem cache argument from constructor 2008-07-26 12:00:07 -07:00
pioctl.c [PATCH] sanitize __user_walk_fd() et.al. 2008-07-26 20:53:34 -04:00
psdev.c coda: remove CODA_FS_OLD_API 2008-07-25 10:53:33 -07:00
symlink.c
sysctl.c
upcall.c coda: remove CODA_FS_OLD_API 2008-07-25 10:53:33 -07:00