]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ext4: invalidate pages if delalloc block allocation fails.
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Wed, 20 Aug 2008 01:08:18 +0000 (21:08 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 20 Aug 2008 01:08:18 +0000 (21:08 -0400)
commitc4a0c46ec92c194c873232b88debce4e1a448483
treeebde1cc191b1af97bcd9189067b23205fa6cefdc
parentaf5bc92dded4d98dfeabc8b5b9812571345b263d
ext4: invalidate pages if delalloc block allocation fails.

We are a bit agressive in invalidating all the pages. But
it is ok because we really don't know why the block allocation
failed and it is better to come of the writeback path
so that user can look for more info.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
fs/ext4/inode.c