]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ext3 -nobh option causes oops
authorBadari Pulavarty <pbadari@us.ibm.com>
Sun, 30 Jul 2006 10:04:14 +0000 (03:04 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 7 Aug 2006 03:52:15 +0000 (20:52 -0700)
commitde877c1d977aa0b55952cb7325956e5bd59fc75f
tree37ae49a7aa347920b0d27010e8ba719ca52c100f
parentd267cf77ff0425cd0f3292aa312588baaf304bb5
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>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/ext3/inode.c