commit | 5297908270549b734c7c2556745e2385b6d4941d | [log] [tgz] |
---|---|---|
author | Mateusz Guzik <mguzik@redhat.com> | Tue Oct 03 12:58:14 2017 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Nov 05 18:58:06 2017 -0500 |
tree | 1598865e6446d2177af03d53ac2135a3a6f7e01e | |
parent | 63dcb81e5b9e1faadf4b55450141bc4446e5a3d3 [diff] |
vfs: stop clearing close on exec when closing a fd Codepaths allocating a fd always make sure the bit is set/unset depending on flags, thus clearing on close is redundant. Signed-off-by: Mateusz Guzik <mguzik@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>