git: VFS accounting: fix an issue with unlink operations
Francois Tigeot
ftigeot at crater.dragonflybsd.org
Sat Mar 24 07:52:45 PDT 2012
commit bf195537636abe28c6fe773fd4707b7187c09e5b
Author: Francois Tigeot <ftigeot at 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
More information about the Commits
mailing list