Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-09-30 | [PATCH] BLOCK: Remove dependence on existence of blockdev_superblock [try #6] | David Howells | 1 | -0/+2 | |
Move blockdev_superblock extern declaration from fs/fs-writeback.c to a headerfile and remove the dependence on it by wrapping it in a macro. Signed-Off-By: David Howells <dhowells@redhat.com> Signed-off-by: Jens Axboe <axboe@kernel.dk> | |||||
2006-09-30 | [PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6] | David Howells | 1 | -0/+36 | |
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> |