From: Nikita Danilov Date: Sun, 30 Oct 2005 01:17:02 +0000 (-0700) Subject: [PATCH] mm/filemap.c:filemap_populate(): move export. X-Git-Tag: v2.6.15-rc1~730^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1459461f1e0abd5c28317d6bff6f2ca612a719d;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed