fusefs: delete dead code

Delete two fields in the per-mountpoint struct that have never been
used.

MFC after:	2 weeks
Sponsored by:	Axcient
This commit is contained in:
Alan Somers 2021-06-15 13:34:01 -06:00
parent 1fbd574e87
commit d63e6bc256

View File

@ -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;