commit | 321fb9e81821a81b2cda1328698b0c19d57c717f | [log] [tgz] |
---|---|---|
author | Mingming Cao <cmm@us.ibm.com> | Wed Sep 27 01:49:32 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Sep 27 08:26:09 2006 -0700 |
tree | 6d9aad256d4a6597fc34c5b130092ca109ef2e33 | |
parent | 37ed322290eb6d5cf2ab33915793ed4219eae1d6 [diff] |
[PATCH] ext3: turn on reservation dump on block allocation errors In the past there were a few kernel panics related to block reservation tree operations failure (insert/remove etc). It would be very useful to get the block allocation reservation map info when such error happens. Signed-off-by: Mingming Cao <cmm@us.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>