freebsd-skq/sys/fs/tmpfs
Attilio Rao 878a788734 Remove unnecessary soft busy of the page before to do vn_rdwr() in
kern_sendfile() which is unnecessary.
The page is already wired so it will not be subjected to pagefault.
The content cannot be effectively protected as it is full of races
already.
Multiple accesses to the same indexes are serialized through vn_rdwr().

Sponsored by:	EMC / Isilon storage division
Reviewed by:	alc, jeff
Tested by:	pho
2013-08-04 15:56:19 +00:00
..
tmpfs_fifoops.c
tmpfs_fifoops.h
tmpfs_subr.c Assert that OBJ_TMPFS flag on the vm object for the tmpfs node is 2013-05-30 19:51:33 +00:00
tmpfs_vfsops.c tmpfs works perfectly fine with -o union -- there is no reason to exclude it 2013-07-23 14:48:37 +00:00
tmpfs_vnops.c Remove unnecessary soft busy of the page before to do vn_rdwr() in 2013-08-04 15:56:19 +00:00
tmpfs_vnops.h
tmpfs.h For the new regular tmpfs vnode, v_object is initialized before 2013-05-02 18:44:31 +00:00