]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[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)
commit07f3f05c1e3052b8656129b2a5aca9f888241a34
tree3338b004d518a0d2189efdc3fb88e94e1c02c0ce
parent65e6f5bc8149165efb9d7bdbd142bb837d5edfeb
[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 <dhowells@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
13 files changed:
arch/mips/kernel/signal_n32.c
fs/binfmt_elf.c
fs/block_dev.c
fs/char_dev.c
fs/compat.c
fs/compat_ioctl.c
fs/dcache.c
fs/fs-writeback.c
fs/internal.h [new file with mode: 0644]
fs/namespace.c
include/linux/ramfs.h
include/linux/tty.h
kernel/compat.c