diff options
author | Mauricio Faria de Oliveira <[email protected]> | 2019-11-21 17:24:03 -0300 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-11-21 12:24:03 -0800 |
commit | 0c46813805f428038f0f5e2541cdab8034c2f082 (patch) | |
tree | 54cc29245658bd7ec8842ffa959e8d516aa16efd /man/man8/zpool-create.8 | |
parent | da92d5cbb38cea3a860b8a6bb8ee21f9129e7d7c (diff) |
Check for unlinked znodes after igrab()
The changes in commit 41e1aa2a / PR #9583 introduced a regression on
tmpfile_001_pos: fsetxattr() on a O_TMPFILE file descriptor started
to fail with errno ENODATA:
openat(AT_FDCWD, "/test", O_RDWR|O_TMPFILE, 0666) = 3
<...>
fsetxattr(3, "user.test", <...>, 64, 0) = -1 ENODATA
The originally proposed change on PR #9583 is not susceptible to it,
so just move the code/if-checks around back in that way, to fix it.
Reviewed-by: Pavel Snajdr <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Original-patch-by: Heitor Alves de Siqueira <[email protected]>
Signed-off-by: Mauricio Faria de Oliveira <[email protected]>
Closes #9602
Diffstat (limited to 'man/man8/zpool-create.8')
0 files changed, 0 insertions, 0 deletions