]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add KASSERT to the softdep_disk_write_complete() function in the
authormckusick <mckusick@FreeBSD.org>
Tue, 12 Mar 2019 00:10:31 +0000 (00:10 +0000)
committermckusick <mckusick@FreeBSD.org>
Tue, 12 Mar 2019 00:10:31 +0000 (00:10 +0000)
commit12a82b6654b6de317e067ebc9cd9be261a7bcf45
tree83d9b4494da7bca6b0c5c9e694075924b23a9f07
parent382e4a0d84ec9d425bfd34c44a9242da75ded635
Add KASSERT to the softdep_disk_write_complete() function in the
soft dependency code to ensure that it will be able to avoid a
dangling dependency.

Sponsored by: Netflix
sys/ufs/ffs/ffs_softdep.c