commit | e8cff84faa4ddb6716caed085f515fbb1d856099 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Jul 09 11:24:21 2018 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Jul 10 23:29:03 2018 -0400 |
tree | b94cd77e00da1ef37a4ede44942461ed1509b970 | |
parent | c7e9075fb89362812059fbf8e25bb4a6e825c4c5 [diff] |
fold security_file_free() into file_free() .. and the call of file_free() in case of security_file_alloc() failure in get_empty_filp() should be simply file_free_rcu() - no point in rcu-delays there, anyway. Acked-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>