commit | 6283d58e7464f82b1c1c33943f0bd51c1e83899a | [log] [tgz] |
---|---|---|
author | Qu Fuping <fs@ercist.iscas.ac.cn> | Sat Jun 25 14:55:44 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Sat Jun 25 16:24:40 2005 -0700 |
tree | 24ec734f50695f715a9f4a418fd206b88695d293 | |
parent | 442ff702233287df3f50ec3a7fd0a73d7367cf5a [diff] |
[PATCH] reiserfs: do not ignore i/io error on readpage Reiserfs's readpage does not notice i/o errors. This patch makes reiserfs_readpage to return -EIO when i/o error appears. This patch makes reiserfs to not ignore I/O error on readpage. Signed-off-by: Qu Fuping <fs@ercist.iscas.ac.cn> Signed-off-by: Vladimir V. Saveliev <vs@namesys.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>