K 10 svn:author V 4 jeff K 8 svn:date V 27 2005-04-03T12:03:44.000000Z K 7 svn:log V 382 - 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. END