Remove comment obsoleted by r273730.

MFC after:	1 week
This commit is contained in:
Alexander Motin 2014-10-27 09:30:57 +00:00
parent 115dc0c762
commit f1eaa9ac49
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=273731

View File

@ -11172,9 +11172,6 @@ ctl_scsiio_lun_check(struct ctl_softc *ctl_softc, struct ctl_lun *lun,
* if we aren't registered or it's a res holder type
* reservation and this isn't the res holder then set a
* conflict.
* NOTE: Commands which might be allowed on write exclusive
* type reservations are checked in the particular command
* for a conflict. Read and SSU are the only ones.
*/
if (lun->pr_keys[residx] == 0
|| (residx != lun->pr_res_idx && lun->res_type < 4)) {