realchonk / fuse-ufs

FUSE driver for FreeBSD's UFSv2
BSD 2-Clause "Simplified" License
4 stars 2 forks source link

ENOENT is not an error condition #39

Closed asomers closed 2 months ago

asomers commented 2 months ago

If the client tries to lookup a path that does not exist, the server should return ENOENT. However, that's the server behaving normally for such an input. It isn't an error condition that should be raised to the system administrator's attention. Therefore, no error should be logged to the console. After #38, something is printing that to the console during the non_existent test.