DragonFly BSD
DragonFly commits List (threaded) for 2009-10
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: HAMMER - more fixes to snapshot softlink generation


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 16 Oct 2009 13:21:13 -0700 (PDT)

commit b78f1a0033e49eaf6c65ff26a6998367a00875a6
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Fri Oct 16 13:20:06 2009 -0700

    HAMMER - more fixes to snapshot softlink generation
    
    * Instead of generating "<directory>/@@0x<transid>" we want
      to generate "<directory>@@0x<transid>" (without the /).
    
      Otherwise if the directory is rm -rf'd and recreated, the
      snapshot will be pointing to the wrong place.

Summary of changes:
 sbin/hammer/cmd_snapshot.c |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b78f1a0033e49eaf6c65ff26a6998367a00875a6


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]