[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)
commit1ec7f1ddbe5ba49f7b10c3b129d6d5c90c43526c
treec5bd86c748fe42b14698aa29a5b4dadf981cfcfd
parent9b4f526cdc0f95f635607dfba6ac788b3deca188
[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