git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65e6f5b
)
[PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6]
author
David Howells
<dhowells@redhat.com>
Sat, 30 Sep 2006 18:52:18 +0000
(20:52 +0200)
committer
Jens 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