freebsd-skq/sys/fs/tmpfs
kib 0df67f81eb Rework some tmpfs lock assertions.
Remove TMPFS_ASSERT_ELOCKED().  Its claims are already stated by other
asserts nearby and by VFS guarantees.
Change TMPFS_ASSERT_LOCKED() and one inlined place to use
ASSERT_VOP_(E)LOCKED() instead of hand-rolled imprecise asserts.

Tested by:	pho (as part of the larger patch)
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
2017-01-19 14:49:55 +00:00
..
tmpfs_fifoops.c Lock tmpfs node tn_status updates done under the shared vnode lock. 2017-01-06 17:43:36 +00:00
tmpfs_fifoops.h Remove code separator lines which do not conform to style(9). 2014-07-14 08:17:11 +00:00
tmpfs_subr.c Rework some tmpfs lock assertions. 2017-01-19 14:49:55 +00:00
tmpfs_vfsops.c Style fixes and comment updates. 2017-01-19 14:27:37 +00:00
tmpfs_vnops.c Rework some tmpfs lock assertions. 2017-01-19 14:49:55 +00:00
tmpfs_vnops.h Remove code separator lines which do not conform to style(9). 2014-07-14 08:17:11 +00:00
tmpfs.h Rework some tmpfs lock assertions. 2017-01-19 14:49:55 +00:00