aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2021-06-15 19:34:01 +0000
committerAlan Somers <asomers@FreeBSD.org>2021-06-15 19:34:01 +0000
commitd63e6bc256016c7f5223ff5541671e5a96c4c6c4 (patch)
treef8200dcd1c94cada573f8621d46a68cdca418a3e /sys
parent1fbd574e87e6084e26a22a6a5af8fc4f71f0fbe9 (diff)
downloadsrc-d63e6bc256016c7f5223ff5541671e5a96c4c6c4.tar.gz
src-d63e6bc256016c7f5223ff5541671e5a96c4c6c4.zip
fusefs: delete dead code
Delete two fields in the per-mountpoint struct that have never been used. MFC after: 2 weeks Sponsored by: Axcient
Diffstat (limited to 'sys')
-rw-r--r--sys/fs/fuse/fuse_ipc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/fs/fuse/fuse_ipc.h b/sys/fs/fuse/fuse_ipc.h
index 2ed75b3319e3..71562d9193ec 100644
--- a/sys/fs/fuse/fuse_ipc.h
+++ b/sys/fs/fuse/fuse_ipc.h
@@ -204,8 +204,6 @@ struct fuse_data {
uint32_t max_readahead_blocks;
uint32_t max_write;
uint32_t max_read;
- uint32_t subtype;
- char volname[MAXPATHLEN];
struct selinfo ks_rsel;