commit | 864bdb3b6cbd9911222543fef1cfe36f88183f44 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Aug 22 18:42:10 2012 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Sep 26 21:10:00 2012 -0400 |
tree | bd00e6293592a084ee0fe68e3acb93060f54ae68 | |
parent | 2be7fd55d44882c9818ed2d1dabc0f0abab5eeed [diff] |
new helper: daemonize_descriptors() descriptor-related parts of daemonize, done right. As the result we simplify the locking rules for ->files - we hold task_lock in *all* cases when we modify ->files. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>