Suhas Athani has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1224956?usp=email )
Change subject: Fix improper use of negative errno in VFS related attribute functions
......................................................................
Fix improper use of negative errno in VFS related attribute functions
posix2fsal_status() expects a positive POSIX error code, but
-ENAMETOOLONG was incorrectly used. Replaced with ENAMETOOLONG to ensure
consistent and correct error handling in functions - vfs_getxattrs(),
vfs_setxattrs() and vfs_removexattrs().
Change-Id: I11e1727dd7e6ef3561fba67800a6de054ef77321
Signed-off-by: Suhas Athani <Suhas.Athani(a)ibm.com>
---
M src/FSAL/FSAL_VFS/handle.c
1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/56/1224956/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1224956?usp=email
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I11e1727dd7e6ef3561fba67800a6de054ef77321
Gerrit-Change-Number: 1224956
Gerrit-PatchSet: 1
Gerrit-Owner: Suhas Athani <Suhas.Athani(a)ibm.com>