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

git: VFS accounting: fix an issue with unlink operations


From: Francois Tigeot <ftigeot@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 24 Mar 2012 07:52:45 -0700 (PDT)

commit bf195537636abe28c6fe773fd4707b7187c09e5b
Author: Francois Tigeot <ftigeot@wolfpond.org>
Date:   Sat Mar 24 13:40:27 2012 +0100

    VFS accounting: fix an issue with unlink operations
    
    * Space counters were previously decreased for every unlink(2)
      on regular files.
    
    * They are only updated for the last link now

Summary of changes:
 sys/kern/vfs_vopops.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

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


-- 
DragonFly BSD source repository



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