From: Al Viro Date: Sun, 29 Mar 2009 23:00:13 +0000 (-0400) Subject: Take fs_struct handling to new file (fs/fs_struct.c) X-Git-Tag: v2.6.30-rc1~244^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e93cd671813e204c258f1e6c797959920cf7772;p=pandora-kernel.git 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 --- Reading git-diff-tree failed