summaryrefslogtreecommitdiffstats
path: root/sys/fs/udf
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2005-02-18 11:47:51 +0000
committerrwatson <rwatson@FreeBSD.org>2005-02-18 11:47:51 +0000
commit92bbf17de2e4782a44b3a0f527ed3882526029ff (patch)
tree11bae4dfc7329c4cef85b784329b3f74723fa285 /sys/fs/udf
parent1fe081e9547b3378fe56a3029993aeec6de9339f (diff)
downloadFreeBSD-src-92bbf17de2e4782a44b3a0f527ed3882526029ff.zip
FreeBSD-src-92bbf17de2e4782a44b3a0f527ed3882526029ff.tar.gz
Remove basically unused root_vp pointer in udfmount.
MFC after: 1 week Discussed with: scottl
Diffstat (limited to 'sys/fs/udf')
-rw-r--r--sys/fs/udf/udf.h1
-rw-r--r--sys/fs/udf/udf_vfsops.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/fs/udf/udf.h b/sys/fs/udf/udf.h
index 6cebc71..820a486 100644
--- a/sys/fs/udf/udf.h
+++ b/sys/fs/udf/udf.h
@@ -52,7 +52,6 @@ struct udf_mnt {
uint32_t part_start;
uint32_t part_len;
uint64_t root_id;
- struct vnode *root_vp;
struct long_ad root_icb;
LIST_HEAD(udf_hash_lh, udf_node) *hashtbl;
u_long hashsz;
diff --git a/sys/fs/udf/udf_vfsops.c b/sys/fs/udf/udf_vfsops.c
index 519d41a..6733b78 100644
--- a/sys/fs/udf/udf_vfsops.c
+++ b/sys/fs/udf/udf_vfsops.c
@@ -550,7 +550,6 @@ udf_root(struct mount *mp, struct vnode **vpp, struct thread *td)
vp = *vpp;
vp->v_vflag |= VV_ROOT;
- udfmp->root_vp = vp;
return (0);
}
OpenPOWER on IntegriCloud