]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move ASSERT_VOP_LOCKED to top of ufs_vinit() as it should be true
authorKirk McKusick <mckusick@FreeBSD.org>
Sun, 30 Dec 2018 06:03:20 +0000 (06:03 +0000)
committerKirk McKusick <mckusick@FreeBSD.org>
Sun, 30 Dec 2018 06:03:20 +0000 (06:03 +0000)
commit751ae9814421ba50ebf5dac0f942a5daa5df553b
tree1cff31255a334cf3c3e7106b83f678248cce111d
parent1c521f70d432398cca17679dfdd8c1c081ee8569
Move ASSERT_VOP_LOCKED to top of ufs_vinit() as it should be true
when the function is entered.

Suggested by: kib
sys/ufs/ufs/ufs_vnops.c