From: Anton Altaparmakov Date: Sat, 10 Feb 2007 09:45:38 +0000 (-0800) Subject: [PATCH] Export invalidate_mapping_pages() to modules X-Git-Tag: v2.6.21-rc1~274^2~309 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54bc485522afdac33de5504da2ea8cdcc690674e;p=pandora-kernel.git [PATCH] Export invalidate_mapping_pages() to modules It makes no sense to me to export invalidate_inode_pages() and not invalidate_mapping_pages() and I actually need invalidate_mapping_pages() because of its range specification ability... akpm: also remove the export of invalidate_inode_pages() by making it an inlined wrapper. Signed-off-by: Anton Altaparmakov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed