diff options
author | pjd <pjd@FreeBSD.org> | 2005-10-07 10:30:47 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2005-10-07 10:30:47 +0000 |
commit | 5c01c35a0c618ecd1f757f8d8b343b228d333465 (patch) | |
tree | 7a2fd936539e2168f3350cba90db3b1a6849f6a3 /sys/fs/udf/udf_vfsops.c | |
parent | e5de7a52cb6fbd69b04372e5b5fbf12a811fc373 (diff) | |
download | FreeBSD-src-5c01c35a0c618ecd1f757f8d8b343b228d333465.zip FreeBSD-src-5c01c35a0c618ecd1f757f8d8b343b228d333465.tar.gz |
We don't need 'imp' here.
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 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); |