kernel - Remove the last MP locks from tmpfs.
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 14 Feb 2011 21:11:30 +0000 (13:11 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 14 Feb 2011 21:11:30 +0000 (13:11 -0800)
commit37d4ea13cefac0f93287e0a0a1d5f304a492ffe7
treeaaaacf1a5fbcef38b28bb53c7510ae06473f253c
parent0ac7b7149b4d79ece02ad504f484fb984a3d9770
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@endeavour.zapto.org>
sys/vfs/tmpfs/tmpfs_vnops.c