On Tue, Jul 14, 2015 at 02:59:51PM +0300, Sagi Grimberg wrote: > diff --git a/include/target/target_core_backend.h > b/include/target/target_core_backend.h > index 1e5c8f9..6ce370f 100644 > --- a/include/target/target_core_backend.h > +++ b/include/target/target_core_backend.h > @@ -3,6 +3,9 @@ > > #define TRANSPORT_FLAG_PASSTHROUGH 1 > > +#define TARGET_SENSE_DESC_FORMAT(dev) \ > + dev->transport->get_blocks(dev) >= 0xffffffffULL Make this a proper function, given that MODE SENSE isn't in the fast path it doesn't even have to be inline. Together with a fix for the comment from Bart this looks good to me. -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html