X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=include%2Flinux%2Fcciss_ioctl.h;h=22b342ef9ab78d518f46bd72b23f165cab4b4ec5;hb=9213980e6a70d8473e0ffd4b39ab5b6caaba9ff5;hp=a00a63e587292fa7d8cdab78983971df243e87e5;hpb=c449269f45c2cdf53af08c8d0af37472f66539d9;p=linux-2.6.git diff --git a/include/linux/cciss_ioctl.h b/include/linux/cciss_ioctl.h index a00a63e58..22b342ef9 100644 --- a/include/linux/cciss_ioctl.h +++ b/include/linux/cciss_ioctl.h @@ -167,7 +167,7 @@ typedef struct _IOCTL_Command_struct { RequestBlock_struct Request; ErrorInfo_struct error_info; WORD buf_size; /* size in bytes of the buf */ - BYTE *buf; + BYTE __user *buf; } IOCTL_Command_struct; typedef struct _BIG_IOCTL_Command_struct { @@ -177,7 +177,7 @@ typedef struct _BIG_IOCTL_Command_struct { DWORD malloc_size; /* < MAX_KMALLOC_SIZE in cciss.c */ DWORD buf_size; /* size in bytes of the buf */ /* < malloc_size * MAXSGENTRIES */ - BYTE *buf; + BYTE __user *buf; } BIG_IOCTL_Command_struct; typedef struct _LogvolInfo_struct{