Files
i2som-imx-linux/fs
Theodore Ts'o c28414d349 ext4: return ENOMEM if sb_getblk() fails
commit 860d21e2c5 upstream.

The only reason for sb_getblk() failing is if it can't allocate the
buffer_head.  So ENOMEM is more appropriate than EIO.  In addition,
make sure that the file system is marked as being inconsistent if
sb_getblk() fails.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
[xr: Backported to 3.4:
 - Drop change to inline.c
 - Call to ext4_ext_check() from ext4_ext_find_extent() is conditional]
Signed-off-by: Rui Xiang <rui.xiang@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-03-11 16:10:06 -07:00
..
2013-11-13 12:01:48 +09:00
2013-12-08 07:29:43 -08:00
2013-03-28 12:12:27 -07:00
2013-11-29 10:50:33 -08:00
2013-03-14 11:29:51 -07:00
2013-01-11 09:07:14 -08:00
2013-08-04 16:25:59 +08:00