commit | b1459461f1e0abd5c28317d6bff6f2ca612a719d | [log] [tgz] |
---|---|---|
author | Nikita Danilov <nikita@clusterfs.com> | Sat Oct 29 18:17:02 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Oct 29 21:40:45 2005 -0700 |
tree | 32ba1d395e8532d14749c2d95ff57fdba2aaddc2 | |
parent | 2f96996de0eda378df2a5f857ee1ef615ae10a4f [diff] |
[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>