mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
[SCSI] mpt2sas : unique ioctl magic number
The current magic number is shared with mptsas driver. This to be unique to fix issues with register_ioctls32_conversion in older kernels. We are making this change across all versions of the sas2.0 drivers. Signed-off-by: Eric Moore <eric.moore@lsi.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
This commit is contained in:
parent
8f76d151b0
commit
fd01825c70
@ -50,7 +50,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define MPT2SAS_DEV_NAME "mpt2ctl"
|
#define MPT2SAS_DEV_NAME "mpt2ctl"
|
||||||
#define MPT2_MAGIC_NUMBER 'm'
|
#define MPT2_MAGIC_NUMBER 'L'
|
||||||
#define MPT2_IOCTL_DEFAULT_TIMEOUT (10) /* in seconds */
|
#define MPT2_IOCTL_DEFAULT_TIMEOUT (10) /* in seconds */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user