/[rdiff-backup]/rdiff-backup/rdiff_backup/rpath.py
ViewVC logotype

Diff of /rdiff-backup/rdiff_backup/rpath.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.40 by bescoto, Sat Mar 15 19:30:08 2003 UTC revision 1.41 by bescoto, Fri Apr 4 00:52:34 2003 UTC
# Line 908  class RPath(RORPath): Line 908  class RPath(RORPath):
908          def fsync_with_dir(self, fp = None):          def fsync_with_dir(self, fp = None):
909                  """fsync self and directory self is under"""                  """fsync self and directory self is under"""
910                  self.fsync(fp)                  self.fsync(fp)
911                  self.get_parent_rp().fsync()                  if Globals.fsync_directories: self.get_parent_rp().fsync()
912    
913          def sync_delete(self):          def sync_delete(self):
914                  """Delete self with sync to guarantee completion                  """Delete self with sync to guarantee completion

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26