From: Linus Torvalds Date: Wed, 23 Nov 2005 05:58:37 +0000 (-0800) Subject: compat-ioctl.c: fix compile with no CONFIG_JBD X-Git-Tag: v2.6.15-rc3~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1778d55edb62753a92b979fa57072c2e1ff3d062;p=pandora-kernel.git compat-ioctl.c: fix compile with no CONFIG_JBD The ext3 compat-ioctl translation wants to translate data structures that only declared when CONFIG_JBD was enabled. So make play nicely even when we don't actually end up using it. Acked-by: Andrew Morton Acked-by: Jeffrey Hundstad Acked-by: Zan Lynx Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed