commit | 341cee438593ff9c4520fb73c561460074f29a9a | [log] [tgz] |
---|---|---|
author | Hugh Dickins <hugh@veritas.com> | Wed Dec 06 20:39:24 2006 -0800 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Thu Dec 07 08:39:43 2006 -0800 |
tree | b3d1f445fddc9cbe397e27580a89cc9ae2b611ab | |
parent | b78a657f0a64134b3813bbdf4e1853d1420eb8d4 [diff] |
[PATCH] ext4 balloc: use io_error label ext4_new_blocks has a nice io_error label for setting -EIO, so goto that in the one place that doesn't already use it. Signed-off-by: Mingming Cao <cmm@us.ibm.com> Signed-off-by: Hugh Dickins <hugh@veritas.com> Cc: <linux-ext4@vger.kernel.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>