diff options
author | Mark Brown <broonie@linaro.org> | 2014-01-14 21:41:53 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-01-14 21:41:53 +0100 |
commit | 64a9aa9cf57dd551a9ae9bf48f5e63be608aae72 (patch) | |
tree | d5776aa6b85c7a0c4fa3565bd3881f9607c293dc /drivers/scsi/storvsc_drv.c | |
parent | ASoC: Allow PCMs to restrict the supported formats (diff) | |
parent | Linux 3.13-rc3 (diff) | |
download | linux-64a9aa9cf57dd551a9ae9bf48f5e63be608aae72.tar.xz linux-64a9aa9cf57dd551a9ae9bf48f5e63be608aae72.zip |
Merge tag 'v3.13-rc3' into asoc-pcm
Linux 3.13-rc3
Diffstat (limited to 'drivers/scsi/storvsc_drv.c')
-rw-r--r-- | drivers/scsi/storvsc_drv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/storvsc_drv.c b/drivers/scsi/storvsc_drv.c index 1a28f5632797..17d740427240 100644 --- a/drivers/scsi/storvsc_drv.c +++ b/drivers/scsi/storvsc_drv.c @@ -1697,6 +1697,7 @@ static struct scsi_host_template scsi_driver = { .use_clustering = DISABLE_CLUSTERING, /* Make sure we dont get a sg segment crosses a page boundary */ .dma_boundary = PAGE_SIZE-1, + .no_write_same = 1, }; enum { |