]> git.baikalelectronics.ru Git - kernel.git/commit
Take fs_struct handling to new file (fs/fs_struct.c)
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 29 Mar 2009 23:00:13 +0000 (19:00 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 1 Apr 2009 03:00:26 +0000 (23:00 -0400)
commitba826d413a33e90446b45071ac36afb3819ee2cd
treea1e0b2d2da7d296cc1c53be9cd6efa5b94b01b5c
parent2ee60daa4918b961ba03053683575ee3d58e9f6e
Take fs_struct handling to new file (fs/fs_struct.c)

Pure code move; two new helper functions for nfsd and daemonize
(unshare_fs_struct() and daemonize_fs_struct() resp.; for now -
the same code as used to be in callers).  unshare_fs_struct()
exported (for nfsd, as copy_fs_struct()/exit_fs() used to be),
copy_fs_struct() and exit_fs() don't need exports anymore.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/Makefile
fs/fs_struct.c [new file with mode: 0644]
fs/internal.h
fs/namei.c
fs/namespace.c
fs/nfsd/nfssvc.c
include/linux/fs_struct.h
kernel/exit.c
kernel/fork.c