Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jul 2021 00:03:44 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: beeaeb6cc566 - stable/13 - fusefs: delete dead code
Message-ID:  <202107040003.16403iYJ082302@gitrepo.freebsd.org>

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

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

commit beeaeb6cc566207f80e3a6ff043694f264aaf653
Author:     Alan Somers <asomers@FreeBSD.org>
AuthorDate: 2021-06-18 00:14:57 +0000
Commit:     Alan Somers <asomers@FreeBSD.org>
CommitDate: 2021-07-03 23:59:54 +0000

    fusefs: delete dead code
    
    It was always dead, accidentally included in SVN r345876.
    
    Reviewed by:    pfg
    
    (cherry picked from commit b97c7abc1a1cee72ef62109add860c1e8e618efd)
---
 sys/fs/fuse/fuse_ipc.c | 6 ------
 sys/fs/fuse/fuse_ipc.h | 2 --
 2 files changed, 8 deletions(-)

diff --git a/sys/fs/fuse/fuse_ipc.c b/sys/fs/fuse/fuse_ipc.c
index 6b4a29214a96..209c509124fd 100644
--- a/sys/fs/fuse/fuse_ipc.c
+++ b/sys/fs/fuse/fuse_ipc.c
@@ -976,12 +976,6 @@ fdisp_refresh_vp(struct fuse_dispatcher *fdip, enum fuse_opcode op,
 	    td->td_proc->p_pid, cred);
 }
 
-void
-fdisp_refresh(struct fuse_dispatcher *fdip)
-{
-	fticket_refresh(fdip->tick);
-}
-
 SDT_PROBE_DEFINE2(fusefs, , ipc, fdisp_wait_answ_error, "char*", "int");
 
 int
diff --git a/sys/fs/fuse/fuse_ipc.h b/sys/fs/fuse/fuse_ipc.h
index 1351499c0712..7b27fd97e212 100644
--- a/sys/fs/fuse/fuse_ipc.h
+++ b/sys/fs/fuse/fuse_ipc.h
@@ -439,8 +439,6 @@ fdisp_destroy(struct fuse_dispatcher *fdisp)
 #endif
 }
 
-void fdisp_refresh(struct fuse_dispatcher *fdip);
-
 void fdisp_make(struct fuse_dispatcher *fdip, enum fuse_opcode op,
     struct mount *mp, uint64_t nid, struct thread *td, struct ucred *cred);
 



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