Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jul 2021 17:16:59 GMT
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 454becae2c43 - stable/12 - fusefs: delete dead code
Message-ID:  <202107041716.164HGxVZ050831@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by asomers:

URL: https://cgit.FreeBSD.org/src/commit/?id=454becae2c437e473092d69ee614c480b9f27076

commit 454becae2c437e473092d69ee614c480b9f27076
Author:     Alan Somers <asomers@FreeBSD.org>
AuthorDate: 2021-06-15 19:34:01 +0000
Commit:     Alan Somers <asomers@FreeBSD.org>
CommitDate: 2021-07-04 04:15:19 +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 281a0f357359..bedecefd157a 100644
--- a/sys/fs/fuse/fuse_ipc.h
+++ b/sys/fs/fuse/fuse_ipc.h
@@ -211,8 +211,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;
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107041716.164HGxVZ050831>