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:
9b4f526
)
[PATCH] get rid of __exit_files(), __exit_fs() and __put_fs_struct()
author
Al Viro
<viro@zeniv.linux.org.uk>
Tue, 22 Apr 2008 09:35:42 +0000
(
05:35
-0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Tue, 22 Apr 2008 23:55:09 +0000
(19:55 -0400)
The only reason to have separated __...() for those was to keep them inlined
for local users in exit.c. Since Alexey removed the inline on those, there's
no reason whatsoever to keep them around; just collapse with normal variants.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found