diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2007-10-12 10:17:47 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-12 11:29:50 +0400 |
commit | 782e3b3b3804c38d5130c7f21d7ec7bf6709023f (patch) | |
tree | 54e790dfd52f0451189fa1591dc97bc5ff5f5866 /fs/jfs | |
parent | cbd09dbbb62096c1da627eca865f988d2ed0a84e (diff) | |
download | linux-782e3b3b3804c38d5130c7f21d7ec7bf6709023f.tar.xz |
Fix up more bio fallout
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/jfs')
-rw-r--r-- | fs/jfs/jfs_metapage.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/jfs/jfs_metapage.c b/fs/jfs/jfs_metapage.c index 1332adc0b9fa..941369c1ac8d 100644 --- a/fs/jfs/jfs_metapage.c +++ b/fs/jfs/jfs_metapage.c @@ -291,8 +291,6 @@ static void metapage_read_end_io(struct bio *bio, int err) dec_io(page, last_read_complete); bio_put(bio); - - return 0; } static void remove_from_logsync(struct metapage *mp) @@ -349,7 +347,6 @@ static void metapage_write_end_io(struct bio *bio, int err) } dec_io(page, last_write_complete); bio_put(bio); - return 0; } static int metapage_writepage(struct page *page, struct writeback_control *wbc) |