[PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6]
authorDavid Howells <dhowells@redhat.com>
Sat, 30 Sep 2006 18:52:18 +0000 (20:52 +0200)
committerJens Axboe <axboe@kernel.dk>
Sat, 30 Sep 2006 18:52:18 +0000 (20:52 +0200)
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 <dhowells@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>

No differences found