diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-02 16:34:38 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-11-28 21:49:02 -0500 |
commit | c4144670fd9b34d6eae22c9f83751745898e8243 (patch) | |
tree | da0bbda5707fafdc1d79eb2c851835c777182e89 /fs/file.c | |
parent | 02232f8d2b22708f0651dc515544f4a7ef1e0224 (diff) | |
download | op-kernel-dev-c4144670fd9b34d6eae22c9f83751745898e8243.zip op-kernel-dev-c4144670fd9b34d6eae22c9f83751745898e8243.tar.gz |
kill daemonize()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/file.c')
-rw-r--r-- | fs/file.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -519,12 +519,6 @@ struct files_struct init_files = { .file_lock = __SPIN_LOCK_UNLOCKED(init_task.file_lock), }; -void daemonize_descriptors(void) -{ - atomic_inc(&init_files.count); - reset_files_struct(&init_files); -} - /* * allocate a file descriptor, mark it busy. */ |