Date: Wed, 9 Sep 1998 06:09:24 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/gnu/ext2fs ext2_vfsops.c Message-ID: <199809091309.GAA23418@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/09/09 06:09:24 PDT
Modified files:
sys/gnu/ext2fs ext2_vfsops.c
Log:
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
Revision Changes Path
1.36 +1 -0 src/sys/gnu/ext2fs/ext2_vfsops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809091309.GAA23418>
