]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: Don't mark filesystem error if fallocate fails
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Mon, 25 Feb 2008 20:41:35 +0000 (15:41 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 25 Feb 2008 20:41:35 +0000 (15:41 -0500)
commit649d1e8062c5de76f4759d8b6b759c2018b1c096
tree5fc26fc832d2afa658e706106d6e793a493eef0a
parent4a1be5990d1295666d69ad1122bd660ae13d0718
ext4: Don't mark filesystem error if fallocate fails

If we fail to allocate blocks don't call ext4_error. Also don't hide
errors from ext4_get_blocks_wrap

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/extents.c