]> git.k1024.org Git - pyxattr.git/commit
Better handling of files without xattrs
authorari edelkind <edelkind+git@gmail.com>
Tue, 17 Sep 2013 18:20:33 +0000 (14:20 -0400)
committerari edelkind <edelkind+git@gmail.com>
Tue, 17 Sep 2013 18:20:33 +0000 (14:20 -0400)
commitb7c72951fe850caac5bd3c82562f331582079b79
tree0ccc41640bcbc13819c94f95aed11b6b73304fde
parente6d7c6b7510358f799895456b37fd5316797083e
Better handling of files without xattrs

Return an empty list immediately if a file has no xattrs (as most would
not on most systems).  The number of system calls for files with no
extended attributes is reduced by (at least) half.
xattr.c