summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-01-30 19:43:50 +0000
committerphk <phk@FreeBSD.org>2003-01-30 19:43:50 +0000
commit837e7af52d371a9aed321a1e835dd3cd2214e0ef (patch)
treefede0307ee3cf5a31e9b72e17112724db41d6104 /sys/cam/scsi
parent0d05e0d7d3f094135336a269e9188cb2b1484395 (diff)
downloadFreeBSD-src-837e7af52d371a9aed321a1e835dd3cd2214e0ef.zip
FreeBSD-src-837e7af52d371a9aed321a1e835dd3cd2214e0ef.tar.gz
NO_GEOM cleanup: retire disk_invalidate()
Diffstat (limited to 'sys/cam/scsi')
-rw-r--r--sys/cam/scsi/scsi_da.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c
index df68134..fc22faf 100644
--- a/sys/cam/scsi/scsi_da.c
+++ b/sys/cam/scsi/scsi_da.c
@@ -567,7 +567,6 @@ daopen(dev_t dev, int flags __unused, int fmt __unused, struct thread *td __unus
if ((softc->flags & DA_FLAG_PACK_INVALID) != 0) {
/* Invalidate our pack information. */
- disk_invalidate(&softc->disk);
softc->flags &= ~DA_FLAG_PACK_INVALID;
}
splx(s);
OpenPOWER on IntegriCloud