summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
authoryi zhang - Sun Microsystems - Beijing China <Zhang.Yi@Sun.COM>2009-01-24 16:15:58 +0800
committeryi zhang - Sun Microsystems - Beijing China <Zhang.Yi@Sun.COM>2009-01-24 16:15:58 +0800
commitedd20d23d143338b5e74d55a15257d4cccac7523 (patch)
tree45577e303e5f81786836fa705ea868f40e3c20bd /usr/src
parent3afe87ebb25691cb6d158edaa34a6fb9b703a691 (diff)
downloadillumos-joyent-edd20d23d143338b5e74d55a15257d4cccac7523.tar.gz
6790589 iscsi has no quiesce()
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c b/usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
index 334aed21fd..e66ba07363 100644
--- a/usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
+++ b/usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
@@ -185,6 +185,7 @@ static struct dev_ops iscsi_dev_ops = {
&iscsi_cb_ops, /* driver operations */
NULL, /* bus ops */
NULL, /* power management */
+ ddi_quiesce_not_needed, /* quiesce */
};
static struct modldrv modldrv = {