Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jun 2023 13:50:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 271925] chflags(1) fails to remove uarch flag with hardlinked files (ZFS)
Message-ID:  <bug-271925-227-aA1AsUZxgq@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-271925-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271925

--- Comment #4 from Stefan Eßer <se@FreeBSD.org> ---
This issue should probably be fixed in zfs_vnops.c by not invalidating the
flush request of the updated flags on each 2nd call of chflags within a very
short time period. (I.e., a PR should be opened on the OpenZFS issue tracker.)

And a regression test should be added (but is only useful when executed on a
file system that shows the issue, i.e. ZFS, not on /tmp if it is a TMPFS, for
example. /var/tmp might be assumed to be a file system supporting stable
storage and could be ZFS on at least some systems the test is performed on ...)

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-271925-227-aA1AsUZxgq>