Orabug:
23615929
When backport upstream commit
ca369d51 'block/sd: Fix device-imposed
transfer length limits' it broken kabi, this patch fix kabi issue.
Signed-off-by: Joe Jin <joe.jin@oracle.com>
* allow extending the structure while preserving ABI.
*/
- UEK_KABI_RESERVED(1)
+ UEK_KABI_USE2(1, u32 opt_xfer_blocks, u32 unuse);
UEK_KABI_RESERVED(2)
};
#define to_scsi_disk(obj) container_of(obj,struct scsi_disk,dev)
* The following padding has been inserted before ABI freeze to
* allow extending the structure while preserving ABI.
*/
- UEK_KABI_RESERVED(1)
+ UEK_KABI_USE2(1, unsigned int max_dev_sectors, unsigned int unuse)
UEK_KABI_RESERVED(2)
};