git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a736427
)
kill bogus BUG_ON() in do_close_on_exec()
author
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 12 Nov 2012 06:19:02 +0000
(
01:19
-0500)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 12 Nov 2012 06:19:02 +0000
(
01:19
-0500)
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: Al Viro <viro@zeniv.linux.org.uk>
No differences found