freebsd_amp_hwpstate/sys/ufs
Jeff Roberson bcc8f66c8b - Use M_ZERO rather than explicitly calling bzero().
- Don't intermingle direct calls to lockmgr and indirect calls through
   VOPs.  This will be important in the future.
 - Dont lock the devvp's interlock just to release it on the next line by
   passing LK_INTERLOCK to lockmgr.
 - Restructure ffs_snapshot_unmount so we don't call free() with the
   devvp's interlock locked.
2005-04-03 12:03:44 +00:00
..
ffs - Use M_ZERO rather than explicitly calling bzero(). 2005-04-03 12:03:44 +00:00
ufs - Fix botched LK_NOWAIT removal. I mistakenly thought this compiled as 2005-03-31 05:58:14 +00:00