git: 39b5d593b7bd - stable/13 - fusefs: delete dead code

Alan Somers asomers at FreeBSD.org
Sat Jul 3 23:50:53 UTC 2021


The branch stable/13 has been updated by asomers:

URL: https://cgit.FreeBSD.org/src/commit/?id=39b5d593b7bd90e65e38bdf2dbee0957b036ecd5

commit 39b5d593b7bd90e65e38bdf2dbee0957b036ecd5
Author:     Alan Somers <asomers at FreeBSD.org>
AuthorDate: 2021-06-15 19:34:01 +0000
Commit:     Alan Somers <asomers at FreeBSD.org>
CommitDate: 2021-07-03 23:40:55 +0000

    fusefs: delete dead code
    
    Delete two fields in the per-mountpoint struct that have never been
    used.
    
    Sponsored by:   Axcient
    
    (cherry picked from commit d63e6bc256016c7f5223ff5541671e5a96c4c6c4)
---
 sys/fs/fuse/fuse_ipc.h | 2 --
 1 file changed, 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;
 


More information about the dev-commits-src-branches mailing list