From: Arnd Bergmann Date: Mon, 21 Dec 2009 16:53:53 +0000 (+0100) Subject: fs/compat_ioctl.c: fix build error when !BLOCK X-Git-Tag: v2.6.33-rc2~23^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed2617585f39dd12fae38c657bba68b9779ea10d;p=pandora-kernel.git fs/compat_ioctl.c: fix build error when !BLOCK No driver uses SG_SET_TRANSFORM any more in Linux, since the ide-scsi driver was removed in 2.6.29. The compat-ioctl cleanup series moved the handling for this around, which broke building without CONFIG_BLOCK. Just remove the code handling it for compat mode. Signed-off-by: Al Viro --- Reading git-diff-tree failed