fusefs: delete dead code

It was always dead, accidentally included in SVN r345876.

MFC after:	2 weeks
Reviewed by:	pfg
This commit is contained in:
Alan Somers 2021-06-17 18:14:57 -06:00
parent d261e57dea
commit b97c7abc1a
2 changed files with 0 additions and 8 deletions

View File

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

View File

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