mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-08-01 18:59:21 +08: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 New Issue
Block a user