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:
parent
d261e57dea
commit
b97c7abc1a
@ -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
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user