From: NeilBrown Date: Sun, 26 Mar 2006 09:37:18 +0000 (-0800) Subject: [PATCH] Make address_space_operations->invalidatepage return void X-Git-Tag: v2.6.17-rc1~639 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ff28e22bdb8727fbc7d7889807bc5a73aae56c5;p=pandora-kernel.git [PATCH] Make address_space_operations->invalidatepage return void The return value of this function is never used, so let's be honest and declare it as void. Some places where invalidatepage returned 0, I have inserted comments suggesting a BUG_ON. [akpm@osdl.org: JBD BUG fix] [akpm@osdl.org: rework for git-nfs] [akpm@osdl.org: don't go BUG in block_invalidate_page()] Signed-off-by: Neil Brown Acked-by: Dave Kleikamp Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed