mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
mount2: listXattr return ok if xattr is empty
This commit is contained in:
parent
03466f955e
commit
101e6d80b0
|
@ -125,7 +125,7 @@ func (wfs *WFS) ListXAttr(cancel <-chan struct{}, header *fuse.InHeader, dest []
|
|||
return 0, fuse.ENOENT
|
||||
}
|
||||
if entry.Extended == nil {
|
||||
return 0, fuse.ENOATTR
|
||||
return 0, fuse.OK
|
||||
}
|
||||
|
||||
var data []byte
|
||||
|
|
Loading…
Reference in a new issue