From: Badari Pulavarty Date: Sun, 30 Jul 2006 10:04:14 +0000 (-0700) Subject: [PATCH] ext3 -nobh option causes oops X-Git-Tag: v2.6.18-rc4~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e31f51d8177320d61ec5786ca4aafa7b7a749b4;p=pandora-kernel.git [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 Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed