diff options
| author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2005-10-07 10:30:47 +0000 |
|---|---|---|
| committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2005-10-07 10:30:47 +0000 |
| commit | 8597a1c5b245b883fc86c0c88bafbacdacd1cf02 (patch) | |
| tree | 7a2fd936539e2168f3350cba90db3b1a6849f6a3 /sys/fs/udf/udf_vfsops.c | |
| parent | e53e5e56d9b40c967910fd472fd584e5317620a0 (diff) | |
Notes
Diffstat (limited to 'sys/fs/udf/udf_vfsops.c')
| -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 2b97c30fbbaa..896f0cf37f35 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); |
