]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
commit2c98615d3b64ce7888cd46cc668023f456daf287
tree5fc26fc832d2afa658e706106d6e793a493eef0a
parentf5ab0d1f8f7df937778c60c3da6f4ef939a54a7b
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