]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] mm/filemap.c:filemap_populate(): move export.
authorNikita Danilov <nikita@clusterfs.com>
Sun, 30 Oct 2005 01:17:02 +0000 (18:17 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 30 Oct 2005 04:40:45 +0000 (21:40 -0700)
commitb1459461f1e0abd5c28317d6bff6f2ca612a719d
tree32ba1d395e8532d14749c2d95ff57fdba2aaddc2
parent2f96996de0eda378df2a5f857ee1ef615ae10a4f
[PATCH] mm/filemap.c:filemap_populate(): move export.

move EXPORT_SYMBOL(filemap_populate) to the proper place: just after
function itself: it's easy to miss that function is exported otherwise.

Signed-off-by: Nikita Danilov <nikita@clusterfs.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/filemap.c