diff options
author | yi zhang - Sun Microsystems - Beijing China <Zhang.Yi@Sun.COM> | 2009-01-24 16:15:58 +0800 |
---|---|---|
committer | yi zhang - Sun Microsystems - Beijing China <Zhang.Yi@Sun.COM> | 2009-01-24 16:15:58 +0800 |
commit | edd20d23d143338b5e74d55a15257d4cccac7523 (patch) | |
tree | 45577e303e5f81786836fa705ea868f40e3c20bd /usr/src | |
parent | 3afe87ebb25691cb6d158edaa34a6fb9b703a691 (diff) | |
download | illumos-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.c | 1 |
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 = { |