commit | c4a0c46ec92c194c873232b88debce4e1a448483 | [log] [tgz] |
---|---|---|
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Tue Aug 19 21:08:18 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Aug 19 21:08:18 2008 -0400 |
tree | ebde1cc191b1af97bcd9189067b23205fa6cefdc | |
parent | af5bc92dded4d98dfeabc8b5b9812571345b263d [diff] |
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>