commit | 3fa11197893a7c06192a03b353ee2413caa15b13 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Thu Jun 15 11:45:51 2023 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Fri Jul 14 07:43:47 2023 -0700 |
tree | 8eb3142740a6390785dde1868f50158d301f0bff | |
parent | 21c38ade3322770b7da51993b24e470deec321a3 [diff] |
libxfs: use XFS_IGET_CREATE when creating new files Use this flag to check that newly allocated inodes are, in fact, unallocated. This matches the kernel, and prevents userspace programs from making latent corruptions worse by unintentionally crosslinking files. Signed-off-by: Darrick J. Wong <djwong@kernel.org>