Relaxed reaction on User Extended Attributes errors:
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Thu, 17 Oct 2013 19:44:45 +0000 (21:44 +0200)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Sun, 23 Feb 2014 13:16:18 +0000 (14:16 +0100)
commit730dbf0a0ab6ae62d14bd5d8e6a489f8a841dfcb
tree1f588f82e756babc0f5ebf15b9ee298784af06a5
parentfc382ec64c7fdd46398b3a4cfa2cbc9f5a171d83
Relaxed reaction on User Extended Attributes errors:
- catch and cancel exeption from vfsGetXattrs()
- returns VFS_UID_NONE or VFS_GID_NONE (currently it keeps original filesystem values)

It's good for dangling symlinks (they're always followed for xattrs).
src/VfsNs.cpp