]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't use "ffs" in an ext2fs sleep message string.
authorBruce Evans <bde@FreeBSD.org>
Sat, 16 May 1998 17:47:44 +0000 (17:47 +0000)
committerBruce Evans <bde@FreeBSD.org>
Sat, 16 May 1998 17:47:44 +0000 (17:47 +0000)
commitdae50f6c50d01003d74bda00c214cb1a050d6db5
tree973d6d6c71b57684c203106cbb42adaf954c1f46
parent2c8838fec4b5732c09cd892e596458731c540533
Don't use "ffs" in an ext2fs sleep message string.

Don't forget to clear the inode hash lock before returning from ext2_vget()
after getnewvnode() fails.  Obtained from: rev.1.24 of ffs_vfsops.c (the
original patch for the getnewvnode() race).  Forgotten in: rev.1.4 here.

Removed a duplicate comment.  Duplicated in: rev.1.4 here.

Fixed the MALLOC() vs getnewvnode() race in ext2_vget().  Obtained from:
rev.1.39 of ffs_vfsops.c.
sys/gnu/ext2fs/ext2_vfsops.c
sys/gnu/fs/ext2fs/ext2_vfsops.c