NetBSD/sys/ufs
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
..
ext2fs Use eopnotsupp() instead of vfs_stdsuspendctl() and retire the latter. 2007-07-26 22:57:36 +00:00
ffs 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
lfs 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
mfs 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
ufs 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
files.ufs Let ext2fs be built even when none of ffs, lfs and mfs are present. 2006-11-13 16:12:54 +00:00
Makefile