VFS accounting: fix an issue with unlink operations
authorFrancois Tigeot <ftigeot@wolfpond.org>
Sat, 24 Mar 2012 12:40:27 +0000 (13:40 +0100)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Sat, 24 Mar 2012 14:42:10 +0000 (15:42 +0100)
commitbf195537636abe28c6fe773fd4707b7187c09e5b
treec2faa32658d5ec938e2cc94949c04cdf4418f612
parent85e2fc83abc64942d4dc1f7246ecca698ce8fc40
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
sys/kern/vfs_vopops.c