revert(client): Add a log that records information about unsupported requests #23059813

This reverts commit ae352f498a.

Signed-off-by: leonrayang <changliang@oppo.com>
This commit is contained in:
leonrayang 2025-07-14 09:48:51 +08:00 committed by zhumingze1108
parent a84e88d7f9
commit 91f6884901

View File

@ -1533,7 +1533,6 @@ func (c *Server) handleRequest(ctx context.Context, node Node, snode *serveNode,
// Note: To FUSE, ENOSYS means "this server never implements this request."
// It would be inappropriate to return ENOSYS for other operations in this
// switch that might only be unavailable in some contexts, not all.
log.Printf("fuse: request type not found %v: nodeID %v\n", r, r.Hdr().Node)
return fuse.ENOSYS
case *fuse.StatfsRequest: