diff options
author | rwatson <rwatson@FreeBSD.org> | 2005-02-18 11:47:51 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2005-02-18 11:47:51 +0000 |
commit | 92bbf17de2e4782a44b3a0f527ed3882526029ff (patch) | |
tree | 11bae4dfc7329c4cef85b784329b3f74723fa285 /sys/fs/udf/udf.h | |
parent | 1fe081e9547b3378fe56a3029993aeec6de9339f (diff) | |
download | FreeBSD-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/udf.h')
-rw-r--r-- | sys/fs/udf/udf.h | 1 |
1 files changed, 0 insertions, 1 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; |