From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Fix build failure when CONFIG_BLOCK=n: fs/compat_ioctl.c:1604: error: 'SG_SET_TRANSFORM' undeclared Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> --- fs/compat_ioctl.c | 2 ++ 1 file changed, 2 insertions(+) --- linux-next-20091214.orig/fs/compat_ioctl.c +++ linux-next-20091214/fs/compat_ioctl.c @@ -1600,8 +1600,10 @@ static long do_ioctl_trans(int fd, unsig case KDSKBMETA: case KDSKBLED: case KDSETLED: +#ifdef CONFIG_BLOCK /* SG stuff */ case SG_SET_TRANSFORM: +#endif /* AUTOFS */ case AUTOFS_IOC_READY: case AUTOFS_IOC_FAIL: -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html