commit | 2030a42cecd4dd1985a2ab03e25f3cd6106a5ca8 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Feb 23 06:46:49 2008 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu May 01 13:08:50 2008 -0400 |
tree | 7cb4710c3f7a4e034a20890f0df99bc42f9bbcee | |
parent | 9f3acc3140444a900ab280de942291959f0f615d [diff] |
[PATCH] sanitize anon_inode_getfd() a) none of the callers even looks at inode or file returned by anon_inode_getfd() b) any caller that would try to look at those would be racy, since by the time it returns we might have raced with close() from another thread and that file would be pining for fjords. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>