[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200903142724.GA18478@infradead.org>
Date: Thu, 3 Sep 2020 15:27:24 +0100
From: Christoph Hellwig <hch@...radead.org>
To: "Darrick J. Wong" <darrick.wong@...cle.com>
Cc: linux-fsdevel <linux-fsdevel@...r.kernel.org>,
xfs <linux-xfs@...r.kernel.org>,
linux-btrfs <linux-btrfs@...r.kernel.org>,
linux-ext4 <linux-ext4@...r.kernel.org>,
ocfs2 list <ocfs2-devel@....oracle.com>,
Christoph Hellwig <hch@...radead.org>,
Dave Chinner <david@...morbit.com>,
Eric Sandeen <sandeen@...hat.com>,
Theodore Ts'o <tytso@....edu>
Subject: Re: Broken O_{D,}SYNC behavior with FICLONE*?
On Wed, Sep 02, 2020 at 08:52:25PM -0700, Darrick J. Wong wrote:
> Hi,
>
> I have a question for everyone-- do FICLONE and FICLONERANGE count as a
> "write operation" for the purposes of reasoning about O_SYNC and
> O_DSYNC?
They aren't really write operations in the traditional sense as they
only change metadata. Then again the metadata is all about the file
content, so we'd probaby err on the safe side by including them in the
write operations umbrella term.
Powered by blists - more mailing lists