From: David Howells Date: Sat, 30 Sep 2006 18:52:18 +0000 (+0200) Subject: [PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6] X-Git-Tag: v2.6.19-rc1~640^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07f3f05c1e3052b8656129b2a5aca9f888241a34;p=pandora-kernel.git [PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6] Create a new header file, fs/internal.h, for common definitions local to the sources in the fs/ directory. Move extern definitions that should be in header files from fs/*.c to fs/internal.h or other main header files where they span directories. Signed-Off-By: David Howells Signed-off-by: Jens Axboe --- Reading git-diff-tree failed