search for: smb_vfs_next_getxattr

Displaying 2 results from an estimated 2 matches for "smb_vfs_next_getxattr".

2018 Apr 05
4
Operation Not Supported error for GETXATTR when VFS plugin "nfs4acl_xattr" is used
...n the local mount point. * In the plugin itself, if I change the path to actual directory instead of ".", it still fails with same error. Can someone help me understand, why following call may fail when the path is locally mounted NFS share and not a VFS path: * length = SMB_VFS_NEXT_GETXATTR(handle, path, NFS4ACL_XATTR_NAME, blob.data, blob.length);* Since next module in the stack is Default_VFS, isn't it supposed to forward the request to local NFS client? I do not see any packets on NFS port of the local NFS client when this operation fails. Setup information: Samba Version:...
2018 Apr 06
2
Operation Not Supported error for GETXATTR when VFS plugin "nfs4acl_xattr" is used
...at samba.org> wrote: > On Thu, Apr 05, 2018 at 04:09:26PM +0530, Akash Jain via samba wrote: > > > > Can someone help me understand, why following call may fail when the path > > is locally mounted NFS share and not a VFS path: > > > > * length = SMB_VFS_NEXT_GETXATTR(handle, path, > > NFS4ACL_XATTR_NAME, blob.data, blob.length);* > > > > Since next module in the stack is Default_VFS, isn't it supposed to > forward > > the request to local NFS client? I do not see any packets on NFS port of > > the local NFS client when this...