NetBSD/sys/miscfs
ad a0d1fd8d0c It's not a good idea for device drivers to modify b_flags, as they don't
need to understand the locking around that field. Instead of setting
B_ERROR, set b_error instead. b_error is 'owned' by whoever completes
the I/O request.
2007-07-29 13:31:07 +00:00
..
deadfs It's not a good idea for device drivers to modify b_flags, as they don't 2007-07-29 13:31:07 +00:00
fdesc whoops, forgot to commit this a while back: initialize new vnode size 2007-07-27 08:38:39 +00:00
fifofs __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
genfs It's not a good idea for device drivers to modify b_flags, as they don't 2007-07-29 12:15:35 +00:00
kernfs Use eopnotsupp() instead of vfs_stdsuspendctl() and retire the latter. 2007-07-26 22:57:36 +00:00
nullfs Use eopnotsupp() instead of vfs_stdsuspendctl() and retire the latter. 2007-07-26 22:57:36 +00:00
overlay Use eopnotsupp() instead of vfs_stdsuspendctl() and retire the latter. 2007-07-26 22:57:36 +00:00
portal Use eopnotsupp() instead of vfs_stdsuspendctl() and retire the latter. 2007-07-26 22:57:36 +00:00
procfs Use eopnotsupp() instead of vfs_stdsuspendctl() and retire the latter. 2007-07-26 22:57:36 +00:00
specfs It's not a good idea for device drivers to modify b_flags, as they don't 2007-07-29 13:31:07 +00:00
syncfs Remove calls to now obsolete vn_start_write() and vn_finished_write(). 2007-04-07 15:06:53 +00:00
umapfs Use eopnotsupp() instead of vfs_stdsuspendctl() and retire the latter. 2007-07-26 22:57:36 +00:00
Makefile merge ktrace-lwp. 2005-12-11 12:16:03 +00:00