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
..
2008-04-29 15:54:02 +10:00
2008-04-29 16:07:48 +10:00
2008-02-07 18:22:38 +11:00
2008-02-07 16:46:39 +11:00
2007-07-14 15:28:50 +10:00
2008-04-29 15:54:02 +10:00
2008-02-07 18:14:38 +11:00
2008-02-07 18:14:38 +11:00
2008-02-07 18:14:38 +11:00
2007-10-15 16:49:49 +10:00
2007-10-15 16:49:49 +10:00
2007-10-15 16:49:49 +10:00
2008-02-07 16:44:23 +11:00
2008-04-29 15:54:02 +10:00
2008-04-29 15:54:02 +10:00
2008-04-29 15:57:38 +10:00
2008-04-29 15:58:00 +10:00
2008-02-07 18:14:38 +11:00
2008-02-07 16:47:15 +11:00
2008-04-29 15:54:02 +10:00
2008-02-07 18:14:38 +11:00
2008-02-07 18:24:00 +11:00
2008-05-23 15:25:25 +10:00
2008-05-23 15:25:25 +10:00