git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab6a773
)
Ext3: return ENOMEM rather than EIO if sb_getblk fails
author
Wang Shilong
<wangsl-fnst@cn.fujitsu.com>
Wed, 16 Jan 2013 05:20:01 +0000
(21:20 -0800)
committer
Jan Kara
<jack@suse.cz>
Mon, 21 Jan 2013 10:19:57 +0000
(11:19 +0100)
It will be better to use ENOMEM rather than EIO, because the only
reason that sb_getblk fails is that allocation fails.
Signed-off-by: Wang Shilong <wangsl-fnst@cn.fujitsu.com>
Signed-off-by: Jan Kara <jack@suse.cz>
No differences found