aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorPaul Zuchowski <[email protected]>2021-06-11 20:00:33 -0400
committerTony Hutter <[email protected]>2021-06-23 13:22:15 -0700
commitbd197378e772881357249f49dc7114481d8d1645 (patch)
treec0ca76aeb47e2a183169cb53785836756811546d /.editorconfig
parentcd2bb9ca44a25cda1f7b81e7026028899743df7c (diff)
Do not hash unlinked inodes
In zfs_znode_alloc we always hash inodes. If the znode is unlinked, we do not need to hash it. This fixes the problem where zfs_suspend_fs is doing zrele (iput) in an async fashion, and zfs_resume_fs unlinked drain processing will try to hash an inode that could still be hashed, resulting in a panic. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Alan Somers <[email protected]> Signed-off-by: Paul Zuchowski <[email protected]> Closes #9741 Closes #11223 Closes #11648 Closes #12210
Diffstat (limited to '.editorconfig')
0 files changed, 0 insertions, 0 deletions