diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mtio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mtio.h b/include/linux/mtio.h index 692088c6361d..4f2daa83d3ad 100644 --- a/include/linux/mtio.h +++ b/include/linux/mtio.h @@ -204,7 +204,7 @@ struct mtftseg unsigned mt_segno; /* the segment to read or write */ unsigned mt_mode; /* modes for read/write (sync/async etc.) */ int mt_result; /* result of r/w request, not of the ioctl */ - void *mt_data; /* User space buffer: must be 29kb */ + void __user *mt_data; /* User space buffer: must be 29kb */ }; /* get tape capacity (ftape/zftape) |
