Date: Mon, 27 Oct 2014 09:30:58 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r273731 - head/sys/cam/ctl Message-ID: <201410270930.s9R9Uwce083602@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mav Date: Mon Oct 27 09:30:57 2014 New Revision: 273731 URL: https://svnweb.freebsd.org/changeset/base/273731 Log: Remove comment obsoleted by r273730. MFC after: 1 week Modified: head/sys/cam/ctl/ctl.c Modified: head/sys/cam/ctl/ctl.c ============================================================================== --- head/sys/cam/ctl/ctl.c Mon Oct 27 09:26:24 2014 (r273730) +++ head/sys/cam/ctl/ctl.c Mon Oct 27 09:30:57 2014 (r273731) @@ -11172,9 +11172,6 @@ ctl_scsiio_lun_check(struct ctl_softc *c * 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)) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410270930.s9R9Uwce083602>