commit | 889e83a5b921bce2f35edc1ec72654658400b152 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Wed Jul 03 14:21:02 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Wed Aug 07 13:56:15 2024 -0700 |
tree | 5d872a5c145e6398d6c41e655a494995c027fabd | |
parent | fb1205f65f00e44584134dbdef7557cd2b137ce4 [diff] |
mkfs/repair: pin inodes that would otherwise overflow link count Update userspace utilities not to allow integer overflows of inode link counts to result in a file that is referenced by parent directories but has zero link count. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>