freebsd-dev/sys/fs/devfs
Edward Tomasz Napierala 1a2dbd1aa3 Simplify devfs_fsync() by removing it. This might also be a minor
optimization, as vn_isdisk() needs to lock a global mutex.

Reviewed by:	imp
Tested by:	pho
MFC after:	2 weeks
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D9628
2017-02-20 16:18:33 +00:00
..
devfs_devs.c Minor style fixes. 2017-02-16 06:31:36 +00:00
devfs_dir.c
devfs_int.h Stop enforcing additional reference on all cdevs, which was introduced 2015-01-19 17:36:52 +00:00
devfs_rule.c make path matching in devfs rules consistent and sane (and safer) 2013-07-26 14:25:58 +00:00
devfs_vfsops.c Make it possible to forcibly unmount devfs. 2015-08-24 14:04:44 +00:00
devfs_vnops.c Simplify devfs_fsync() by removing it. This might also be a minor 2017-02-20 16:18:33 +00:00
devfs.h