Skip to content
Commit 5a847766 authored by Al Viro's avatar Al Viro
Browse files

kill bogus BUG_ON() in do_close_on_exec()



It can be legitimately triggered via procfs access.  Now, at least
2 of 3 of get_files_struct() callers in procfs are useless, but
when and if we get rid of those we can always add WARN_ON() here.
BUG_ON() at that spot is simply wrong.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent a736427f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment