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
..
2012-08-17 06:56:39 -07:00
2012-05-28 09:54:45 -07:00
2009-01-22 13:15:54 +03:00
2012-07-14 16:34:32 +04:00