From: Dimitri Gorokhovik Date: Sat, 30 Dec 2006 00:48:24 +0000 (-0800) Subject: [PATCH] ramfs breaks without CONFIG_BLOCK X-Git-Tag: v2.6.20-rc3~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=131612dfe7923bd0ce5f82d6ed8303a7ef96e574;p=pandora-kernel.git [PATCH] ramfs breaks without CONFIG_BLOCK ramfs doesn't provide the .set_dirty_page a_op, and when the BLOCK layer is not configured in, 'set_page_dirty' makes a call via a NULL pointer. Signed-off-by: Dimitri Gorokhovik Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed