Browse Source

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 <viro@zeniv.linux.org.uk>
Arnd Bergmann 15 years ago
parent
commit
ed2617585f
1 changed files with 0 additions and 2 deletions
  1. 0 2
      fs/compat_ioctl.c

+ 0 - 2
fs/compat_ioctl.c

@@ -1600,8 +1600,6 @@ static long do_ioctl_trans(int fd, unsigned int cmd,
 	case KDSKBMETA:
 	case KDSKBMETA:
 	case KDSKBLED:
 	case KDSKBLED:
 	case KDSETLED:
 	case KDSETLED:
-	/* SG stuff */
-	case SG_SET_TRANSFORM:
 	/* AUTOFS */
 	/* AUTOFS */
 	case AUTOFS_IOC_READY:
 	case AUTOFS_IOC_READY:
 	case AUTOFS_IOC_FAIL:
 	case AUTOFS_IOC_FAIL: