From: Al Viro Date: Tue, 22 Apr 2008 09:35:42 +0000 (-0400) Subject: [PATCH] get rid of __exit_files(), __exit_fs() and __put_fs_struct() X-Git-Tag: v2.6.26-rc1~1097^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ec7f1ddbe5ba49f7b10c3b129d6d5c90c43526c;p=pandora-kernel.git [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 --- Reading git-diff-tree failed