]> arthur.barton.de Git - bup.git/commitdiff
metadata.py: remove obsolete comments.
authorRob Browning <rlb@defaultvalue.org>
Thu, 23 Jan 2014 22:55:18 +0000 (16:55 -0600)
committerRob Browning <rlb@defaultvalue.org>
Fri, 24 Jan 2014 19:55:47 +0000 (13:55 -0600)
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/metadata.py

index 8c206946c3fb1a6a6a9b8254a95e1f4cf0b366b4..369c279094a89f65d8879bb84a5346f49918fb1b 100644 (file)
@@ -58,7 +58,6 @@ except ImportError:
 # FIXME: Add nfsv4 acl handling - see nfs4-acl-tools.
 # FIXME: Consider other entries mentioned in stat(2) (S_IFDOOR, etc.).
 # FIXME: Consider pack('vvvvsss', ...) optimization.
-# FIXME: Consider caching users/groups.
 
 ## FS notes:
 #
@@ -372,9 +371,6 @@ class Metadata:
                 else:
                     raise
 
-        # Implement tar/rsync-like semantics; see bup-restore(1).
-        # FIXME: should we consider caching user/group name <-> id
-        # mappings, getgroups(), etc.?
         uid = gid = -1 # By default, do nothing.
         if is_superuser():
             uid = self.uid