]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
scsi: sg: reset 'res_in_use' after unlinking reserved array
authorHannes Reinecke <hare@suse.de>
Mon, 24 Apr 2017 08:26:36 +0000 (10:26 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Mon, 24 Apr 2017 22:18:24 +0000 (18:18 -0400)
commite791ce27c3f6a1d3c746fd6a8f8e36c9540ec6f9
tree4900ebbb0cbbf1c1eb310df5bbbfc1722ff13fe6
parent4bd13a077172a1a509115993ebe2082f327f1609
scsi: sg: reset 'res_in_use' after unlinking reserved array

Once the reserved page array is unused we can reset the 'res_in_use'
state; here we can do a lazy update without holding the mutex as we only
need to check against concurrent access, not concurrent release.

[mkp: checkpatch]

Fixes: 1bc0eb044615 ("scsi: sg: protect accesses to 'reserved' page array")
Signed-off-by: Hannes Reinecke <hare@suse.com>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/sg.c