[PATCH] s390: remove ioctl32 from dasdcmb
The ioctl32_conversion routines will be deprecated: Remove them from dasd_cmb and handle the three cmb ioctls like all other dasd ioctls. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
ec5883abeb
commit
4beb37097b
@ -16,6 +16,7 @@
|
||||
#define CODE
|
||||
#include "../../../fs/compat_ioctl.c"
|
||||
#include <asm/dasd.h>
|
||||
#include <asm/cmb.h>
|
||||
#include <asm/tape390.h>
|
||||
|
||||
static int do_ioctl32_pointer(unsigned int fd, unsigned int cmd,
|
||||
@ -58,7 +59,11 @@ COMPATIBLE_IOCTL(BIODASDPRRD)
|
||||
COMPATIBLE_IOCTL(BIODASDPSRD)
|
||||
COMPATIBLE_IOCTL(BIODASDGATTR)
|
||||
COMPATIBLE_IOCTL(BIODASDSATTR)
|
||||
|
||||
#if defined(CONFIG_DASD_CMB) || defined(CONFIG_DASD_CMB_MODULE)
|
||||
COMPATIBLE_IOCTL(BIODASDCMFENABLE)
|
||||
COMPATIBLE_IOCTL(BIODASDCMFDISABLE)
|
||||
COMPATIBLE_IOCTL(BIODASDREADALLCMB)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_S390_TAPE) || defined(CONFIG_S390_TAPE_MODULE)
|
||||
|
Reference in New Issue
Block a user