]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Ensure that the inode check-hash is not left zeroed out in the case where
authormckusick <mckusick@FreeBSD.org>
Sat, 15 Dec 2018 18:49:30 +0000 (18:49 +0000)
committermckusick <mckusick@FreeBSD.org>
Sat, 15 Dec 2018 18:49:30 +0000 (18:49 +0000)
commitbfbf739aad507d8e1f4f78a8cb4760c2731a043b
tree889a6231f0d05bda504f0b5be41f228e07316509
parentb27d4425e8ad97b3f505f3f4c8ebcf9a069847dd
Ensure that the inode check-hash is not left zeroed out in the case where
the check-hash fails. Prior to the fix in -r342133 the inode with the
zeroed out check-hash was written back to disk causing further confusion.

Reported by:  Gary Jennejohn (gj)
Sponsored by: Netflix
sys/ufs/ffs/ffs_subr.c