Skip to content

Commit

Permalink
fixup! lib/fuse_dispatcher introduced
Browse files Browse the repository at this point in the history
Change-Id: I671fa0d46bbaac4e246fbcc01020cb68e898e4f9
Signed-off-by: Anton Nayshtut <[email protected]>
  • Loading branch information
anton-nayshtut authored and EugeneKochetov committed Jul 19, 2024
1 parent 0847498 commit b768aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fuse_dispatcher/fuse_dispatcher.c
Original file line number Diff line number Diff line change
Expand Up @@ -2591,7 +2591,7 @@ do_destroy(struct fuse_io *fuse_io)
int err = spdk_fsdev_op_forget(fuse_io_desc(fuse_io), fuse_io->ch, 0, disp->root_fobject, 1,
do_forget_root_cpl_clb, fuse_io);
if (err) {
SPDK_ERRLOG("Failed to initiare forget for root (err=%d)\n", err);
SPDK_ERRLOG("Failed to initiate forget for root (err=%d)\n", err);
fuse_dispatcher_io_complete_err(fuse_io, err);
return;
}
Expand Down

0 comments on commit b768aba

Please sign in to comment.