Date: Fri, 13 Aug 1999 23:26:33 -0700 (PDT) From: Greg Lehey <grog@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumio.c Message-ID: <199908140626.XAA75679@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
grog 1999/08/13 23:26:33 PDT Modified files: sys/dev/vinum vinumio.c Log: Remove some XXX comments (they're not really gone, just invisible). Tidy other comments. open_drive: don't call set_drive_state if we decide to take it down. This could help avoid some race conditions with the daemon. init_drive: don't set the drive down, we'll let close_locked_drive do that. close_locked_drive: set drive state to down without calling set_drive_state. This could help avoid some race conditions with the daemon. driveio: remove the function, it wasn't being used. get_volume_label: remove volume dependencies so that we can return a label for plexes and subdisks as well. What a kludge. Revision Changes Path 1.37 +57 -112 src/sys/dev/vinum/vinumio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908140626.XAA75679>