git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af5bc92
)
ext4: invalidate pages if delalloc block allocation fails.
author
Aneesh Kumar K.V
<aneesh.kumar@linux.vnet.ibm.com>
Wed, 20 Aug 2008 01:08:18 +0000
(21:08 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Wed, 20 Aug 2008 01:08:18 +0000
(21:08 -0400)
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>
No differences found