]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] get rid of __exit_files(), __exit_fs() and __put_fs_struct()
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 22 Apr 2008 09:35:42 +0000 (05:35 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 22 Apr 2008 23:55:09 +0000 (19:55 -0400)
commit9d4bdb9332c2350a561adeac9594d4dda1c94599
treec5bd86c748fe42b14698aa29a5b4dadf981cfcfd
parent57a5c24856fbbcb70a9aa90e55eed4e5e136d171
[PATCH] get rid of __exit_files(), __exit_fs() and __put_fs_struct()

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>
kernel/exit.c