kernel-ark/fs/autofs4
Al Viro c921b40d62 autofs4: don't open-code fd_install()
The only difference between autofs_dev_ioctl_fd_install() and
fd_install() is __set_close_on_exec() done by the latter.  Just
use get_unused_fd_flags(O_CLOEXEC) to allocate the descriptor
and be done with that...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2012-09-26 21:08:51 -04:00
..
autofs_i.h
dev-ioctl.c autofs4: don't open-code fd_install() 2012-09-26 21:08:51 -04:00
expire.c autofs4 - fix expire check 2012-08-17 06:56:39 -07:00
init.c
inode.c
Kconfig
Makefile
root.c stop passing nameidata to ->lookup() 2012-07-14 16:34:32 +04:00
symlink.c
waitq.c