commit | 9eca2992eccf2f675fb25ac617cc15702552c582 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Wed May 30 00:23:37 2018 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed May 30 01:19:14 2018 -0400 |
tree | eb48cda19b3147d061c1cd1f4a1e87d23bd4d4c1 | |
parent | 0efa0b9881ed0d97c9aa52813c2b78dab2403997 [diff] |
fsverity fixup After freeing i_verity_info, it's necessary to set it NULL since the the inode structure doesn't get cleared when it gets allocated. That's why it's up to functions like inode_init_always() to reset various fields to be zero. F or i_verity_info, we should do that in fsverity_cleanup_inode(). Signed-off-by: Theodore Ts'o <tytso@mit.edu>