Diff for /xfs-cmds/xfsdump/dump/inomap.c between versions 1.32 and 1.33

version 1.32, 2007/02/01 19:16:27 version 1.33, 2007/02/01 19:20:37
Line 162  inomap_build( jdm_fshandle_t *fshandlep, Line 162  inomap_build( jdm_fshandle_t *fshandlep,
         intgen_t stat;          intgen_t stat;
         intgen_t rval;          intgen_t rval;
   
           /* do a sync so that bulkstat will pick up inode changes
            * that are currently in the inode cache. this is necessary
            * for incremental dumps in order to have the dump time
            * accurately reflect what inodes were included in this dump.
            * (PV 881455)
            */
           sync();
   
         /* copy stat ptrs          /* copy stat ptrs
          */           */
         inomap_statphasep = statphasep;          inomap_statphasep = statphasep;

Removed from v.1.32  
changed lines
  Added in v.1.33


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>