diff options
-rw-r--r-- | sys/fs/udf/udf_vfsops.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/udf/udf_vfsops.c b/sys/fs/udf/udf_vfsops.c index 2b97c30..896f0cf 100644 --- a/sys/fs/udf/udf_vfsops.c +++ b/sys/fs/udf/udf_vfsops.c @@ -215,7 +215,6 @@ udf_mount(struct mount *mp, struct thread *td) return (EINVAL); if (mp->mnt_flag & MNT_UPDATE) { - imp = VFSTOUDFFS(mp); if (fspec == NULL) { error = vfs_getopt(opts, "export", (void **)&export, &len); |