Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

scsi: xen-scsifront: remove DISABLE_CLUSTERING

There is no such limitation in the protocol or implementation, so
remove it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

Christoph Hellwig and committed by
Martin K. Petersen
e08ea300 7b44047b

-1
-1
drivers/scsi/xen-scsifront.c
··· 696 696 .this_id = -1, 697 697 .cmd_size = sizeof(struct vscsifrnt_shadow), 698 698 .sg_tablesize = VSCSIIF_SG_TABLESIZE, 699 - .use_clustering = DISABLE_CLUSTERING, 700 699 .proc_name = "scsifront", 701 700 }; 702 701