kernel -- tmpfs: Make tmpfs_read() MPSAFE.
authorVenkatesh Srinivas <me@endeavour.zapto.org>
Wed, 12 Jan 2011 05:46:31 +0000 (21:46 -0800)
committerVenkatesh Srinivas <me@endeavour.zapto.org>
Wed, 12 Jan 2011 05:46:31 +0000 (21:46 -0800)
commitb403e8613477e2a138f8c00217710efbf9a18a27
treea87defa64a69363d109ecef53ac623191caf8bc5
parent9549a44976ecdf66fb2776ebd80df41417bb8798
kernel -- tmpfs: Make tmpfs_read() MPSAFE.

tmpfs_read() no longer takes the MPlock or per-mount token via the VOP
callbacks. It obtains the mount token itself around the uncached read path.
sys/vfs/tmpfs/tmpfs_vfsops.c
sys/vfs/tmpfs/tmpfs_vnops.c