commit | 0e31f51d8177320d61ec5786ca4aafa7b7a749b4 | [log] [tgz] |
---|---|---|
author | Badari Pulavarty <pbadari@us.ibm.com> | Sun Jul 30 03:04:14 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Jul 31 13:28:44 2006 -0700 |
tree | a076261c90d757d7d2740c1ba4d219782914ea4d | |
parent | 51d8c5edd3b166fcc51aba84d78761d578400a7c [diff] |
[PATCH] ext3 -nobh option causes oops For files other than IFREG, nobh option doesn't make sense. Modifications to them are journalled and needs buffer heads to do that. Without this patch, we get kernel oops in page_buffers(). Signed-off-by: Badari Pulavarty <pbadari@us.ibm.com> Cc: <stable@kernel.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>