fs/compat_ioctl.c: fix build error when !BLOCK
authorArnd Bergmann <arnd@arndb.de>
Mon, 21 Dec 2009 16:53:53 +0000 (17:53 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 22 Dec 2009 17:27:33 +0000 (12:27 -0500)
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 <viro@zeniv.linux.org.uk>

No differences found