commit | 2ff28e22bdb8727fbc7d7889807bc5a73aae56c5 | [log] [tgz] |
---|---|---|
author | NeilBrown <[email protected]> | Sun Mar 26 01:37:18 2006 -0800 |
committer | Linus Torvalds <[email protected]> | Sun Mar 26 08:56:55 2006 -0800 |
tree | f7418aa963d729bf9fe8bd44d6c9b6e424a6c6bf | |
parent | 3978d7179d3849848df8a37dd0a5acc20bcb8750 [diff] |
[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. [[email protected]: JBD BUG fix] [[email protected]: rework for git-nfs] [[email protected]: don't go BUG in block_invalidate_page()] Signed-off-by: Neil Brown <[email protected]> Acked-by: Dave Kleikamp <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>