git: VFS accounting: isolate the code to find the real mp
Francois Tigeot
ftigeot at crater.dragonflybsd.org
Thu Mar 22 06:01:50 PDT 2012
commit d1647ee91939f012f818c9c31b1fea343682d515
Author: François Tigeot <ftigeot at wolfpond.org>
Date: Thu Mar 22 13:48:33 2012 +0100
VFS accounting: isolate the code to find the real mp
* It was not specific to vop_write()
* Put it in a standalone vq_vptomp() function so that it may be easily
used in other places
Summary of changes:
sys/kern/vfs_quota.c | 22 +++++++++++++++++++++-
sys/kern/vfs_vopops.c | 12 +-----------
sys/sys/vfs_quota.h | 4 +++-
3 files changed, 25 insertions(+), 13 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d1647ee91939f012f818c9c31b1fea343682d515
--
DragonFly BSD source repository
More information about the Commits
mailing list