diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-09-23 12:19:24 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-09-23 12:19:24 +0000 |
| commit | d0c90fe668f21d2ffe90860109759fde8b453eb1 (patch) | |
| tree | 11e356b401e675b3388101301606207d6364d236 /sys | |
| parent | 5a19f8b0c40634e65f6b7b6067820cccb2dd2033 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/coda/coda_vfsops.c | 2 | ||||
| -rw-r--r-- | sys/fs/coda/coda_vfsops.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/coda/coda_vfsops.c b/sys/coda/coda_vfsops.c index 4096a3fbb330..4220685c05a4 100644 --- a/sys/coda/coda_vfsops.c +++ b/sys/coda/coda_vfsops.c @@ -152,7 +152,7 @@ coda_omount(vfsp, path, data, td) /* * See if the device table matches our expectations. */ - if (devsw(dev)->d_open != vc_nb_open) + if (dev->si_devsw->d_open != vc_nb_open) { MARK_INT_FAIL(CODA_MOUNT_STATS); return(ENXIO); diff --git a/sys/fs/coda/coda_vfsops.c b/sys/fs/coda/coda_vfsops.c index 4096a3fbb330..4220685c05a4 100644 --- a/sys/fs/coda/coda_vfsops.c +++ b/sys/fs/coda/coda_vfsops.c @@ -152,7 +152,7 @@ coda_omount(vfsp, path, data, td) /* * See if the device table matches our expectations. */ - if (devsw(dev)->d_open != vc_nb_open) + if (dev->si_devsw->d_open != vc_nb_open) { MARK_INT_FAIL(CODA_MOUNT_STATS); return(ENXIO); |
