freebsd-dev/sys/gnu
Bruce Evans 05d46b3cd6 Don't forget to initialize the inode lock. This bug caused
surprisingly few problems.  Most fields were initialized to the
correct values by bzero(), but lk_prio was 0 instead of PINOD (=8),
the lk_wmsg was NULL instead of "ext2in", and lk_lockholder was 0
instead of -1.

Obtained from:	Lite2 via the -current ffs_vfsops.c
1998-09-09 13:09:24 +00:00
..
ext2fs Don't forget to initialize the inode lock. This bug caused 1998-09-09 13:09:24 +00:00
fs/ext2fs Don't forget to initialize the inode lock. This bug caused 1998-09-09 13:09:24 +00:00
i386 Fixed printf format errors. Only one left in LINT on i386's. 1998-08-24 02:28:16 +00:00