mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
xattr-util: use at_flags_normalize_nofollow() at one more place
This commit is contained in:
@@ -175,7 +175,7 @@ int fd_getcrtime_at(
|
||||
* most sense. */
|
||||
|
||||
if (statx(fd, strempty(path),
|
||||
(flags & ~AT_SYMLINK_FOLLOW)|(FLAGS_SET(flags, AT_SYMLINK_FOLLOW) ? 0 : AT_SYMLINK_NOFOLLOW)|AT_STATX_DONT_SYNC,
|
||||
at_flags_normalize_nofollow(flags)|AT_STATX_DONT_SYNC,
|
||||
STATX_BTIME,
|
||||
&sx) >= 0 &&
|
||||
(sx.stx_mask & STATX_BTIME) &&
|
||||
|
||||
Reference in New Issue
Block a user