git: kernel - Remove the last MP locks from tmpfs.
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Feb 14 13:14:01 PST 2011
commit 37d4ea13cefac0f93287e0a0a1d5f304a492ffe7
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Mon Feb 14 13:11:30 2011 -0800
kernel - Remove the last MP locks from tmpfs.
* Remove get_mplock/rel_mplock calls in tmpfs which are no longer needed.
This will improve the write path a bit though we still utilize the
per-mount token in most places.
Reported-by: Venkatesh Srinivas <me at endeavour.zapto.org>
Summary of changes:
sys/vfs/tmpfs/tmpfs_vnops.c | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/37d4ea13cefac0f93287e0a0a1d5f304a492ffe7
--
DragonFly BSD source repository
More information about the Commits
mailing list