Re: [PATCH 3/6] scsi_debug: clear correct memory region when LBPRZ is enabled

2013-04-24 Thread Martin K. Petersen
Akinobu == Akinobu Mita akinobu.m...@gmail.com writes: Akinobu The function unmap_region() clears memory region specified as Akinobu the logical block address and the number of logical blocks in Akinobu ramdisk storage (fake_storep) if lbpu and lbprz module Akinobu parameters are enabled.

[PATCH 3/6] scsi_debug: clear correct memory region when LBPRZ is enabled

2013-04-16 Thread Akinobu Mita
The function unmap_region() clears memory region specified as the logical block address and the number of logical blocks in ramdisk storage (fake_storep) if lbpu and lbprz module parameters are enabled. In the while loop of unmap_region(), it advances optimal unmap granularity in logical blocks.