summaryrefslogtreecommitdiffstats
path: root/sys/isofs
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-12-07 15:25:36 +0000
committerphk <phk@FreeBSD.org>2004-12-07 15:25:36 +0000
commit13dc81a40ffaa7b91681c26200787026aad3b3ad (patch)
tree6121830c8b6ced6fd277f63d8828585cb2a9f4d0 /sys/isofs
parenta103d64da560d4839ce71577e74f195d5fa7f077 (diff)
downloadFreeBSD-src-13dc81a40ffaa7b91681c26200787026aad3b3ad.zip
FreeBSD-src-13dc81a40ffaa7b91681c26200787026aad3b3ad.tar.gz
First save from editor, *then* commit.
Diffstat (limited to 'sys/isofs')
-rw-r--r--sys/isofs/cd9660/cd9660_vfsops.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/isofs/cd9660/cd9660_vfsops.c b/sys/isofs/cd9660/cd9660_vfsops.c
index c944b5a..852a1a3 100644
--- a/sys/isofs/cd9660/cd9660_vfsops.c
+++ b/sys/isofs/cd9660/cd9660_vfsops.c
@@ -153,10 +153,9 @@ cd9660_mount(struct mount *mp, struct thread *td)
if (mp->mnt_flag & MNT_UPDATE) {
error = vfs_getopt(mp->mnt_optnew,
"export", (void **)&export, &len);
- if (error == 0 && len == sizeof *export && export.ex_flags)
+ if (error == 0 && len == sizeof *export && export->ex_flags)
return (vfs_export(mp, export));
}
- }
/*
* Not an update, or updating the name: look up the name
* and verify that it refers to a sensible block device.
OpenPOWER on IntegriCloud