From: Rob Browning Date: Thu, 23 Jan 2014 22:55:18 +0000 (-0600) Subject: metadata.py: remove obsolete comments. X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=fcb6869f21ef401ddd7b47b11a7c3f8e89f89877;p=packages%2Fb%2Fbup.git metadata.py: remove obsolete comments. Signed-off-by: Rob Browning --- diff --git a/lib/bup/metadata.py b/lib/bup/metadata.py index 8c20694..369c279 100644 --- a/lib/bup/metadata.py +++ b/lib/bup/metadata.py @@ -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