kernel -- tmpfs: Mark tmpfs_write MPSAFE.
authorVenkatesh Srinivas <me@endeavour.zapto.org>
Tue, 25 Jan 2011 04:52:54 +0000 (20:52 -0800)
committerVenkatesh Srinivas <me@endeavour.zapto.org>
Tue, 25 Jan 2011 04:52:54 +0000 (20:52 -0800)
commit1be4932c67b48d3aa9a9d6db1cac600d0d84a01c
tree345e03857619195b7514e2d47033912e0ad1f169
parent21e43067e4b04e5fbf13b49e6e61918d81b29bcc
kernel -- tmpfs: Mark tmpfs_write MPSAFE.

Push down synchronization for tmpfs_write from VN to tmpfs. Note that
tmpfs_write still takes the MPlock.
sys/vfs/tmpfs/tmpfs_vfsops.c
sys/vfs/tmpfs/tmpfs_vnops.c