mirror of
https://github.com/versity/scoutfs.git
synced 2026-04-25 15:50:29 +00:00
The caller sends the return value of this inline as u8. If we return -EINVAL, it maps to (234) which is outside of our enum range. Assume this was meant to return SCOUTFS_NET_ERR_EINVAL which is a defined constant. Signed-off-by: Auke Kok <auke.kok@versity.com>