[PATCH] Make address_space_operations->sync_page return void
authorNeilBrown <neilb@suse.de>
Sun, 26 Mar 2006 09:37:17 +0000 (01:37 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 26 Mar 2006 16:56:55 +0000 (08:56 -0800)
commit3978d7179d3849848df8a37dd0a5acc20bcb8750
treef6a60c588d54ffc482764e7846aabf7ba6135aa4
parent5f921ae96f1529a55966f25cd5c70fab11d38be7
[PATCH] Make address_space_operations->sync_page return void

The only user ignores the return value, and the only instanace
(block_sync_page) always returns 0...

Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/buffer.c
fs/cifs/file.c
include/linux/buffer_head.h
include/linux/fs.h