From f1eaa9ac49e4ef686c0e89a0bda380307951c6d1 Mon Sep 17 00:00:00 2001 From: Alexander Motin Date: Mon, 27 Oct 2014 09:30:57 +0000 Subject: [PATCH] Remove comment obsoleted by r273730. MFC after: 1 week --- sys/cam/ctl/ctl.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/cam/ctl/ctl.c b/sys/cam/ctl/ctl.c index b3c9b06fba6..cbf1046eb30 100644 --- a/sys/cam/ctl/ctl.c +++ b/sys/cam/ctl/ctl.c @@ -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)) { -- 2.45.2