Relaxed reaction on User Extended Attributes errors:
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Mon, 14 Oct 2013 20:16:03 +0000 (22:16 +0200)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Thu, 17 Oct 2013 19:44:45 +0000 (21:44 +0200)
commite85bb100afe2c2ccba2dd7d6ef56420ab52d0a29
tree09ce1f1d64ac5e49178dfdc23736df69c48f8a8d
parent9a65f023ace226865fa1f8032ca15a0a038f1156
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