From: Eric Biggers <ebiggers@kernel.org>
To: Chao Yu <yuchao0@huawei.com>
Cc: linux-ext4@vger.kernel.org,
linux-f2fs-devel@lists.sourceforge.net,
linux-fscrypt@vger.kernel.org, stable@vger.kernel.org
Subject: Re: [PATCH 2/2] f2fs: fix error handling in f2fs_end_enable_verity()
Date: Thu, 4 Mar 2021 20:52:43 -0800 [thread overview]
Message-ID: <YEG5G5d2YisF8zB0@sol.localdomain> (raw)
In-Reply-To: <9980e263-aa25-cf50-5a94-9f63a5ae667e@huawei.com>
On Fri, Mar 05, 2021 at 09:37:26AM +0800, Chao Yu wrote:
> > +cleanup:
> > + /*
> > + * Verity failed to be enabled, so clean up by truncating any verity
> > + * metadata that was written beyond i_size (both from cache and from
> > + * disk) and clearing FI_VERITY_IN_PROGRESS.
> > + */
> > + truncate_inode_pages(inode->i_mapping, inode->i_size);
> > + f2fs_truncate(inode);
>
> Eric,
>
> Truncation can fail due to a lot of reasons, if we fail in f2fs_truncate(),
> do we need to at least print a message here? or it allows to keep those
> meta/data silently.
I suppose we might as well, although hopefully there will already be a message
for the underlying failure reason too. Also, f2fs_file_write_iter() has the
same issue too, right?
> One other concern is that how do you think of covering truncate_inode_pages &
> f2fs_truncate with F2FS_I(inode)->i_gc_rwsem[WRITE] lock to avoid racing with
> GC, so that page cache won't be revalidated after truncate_inode_pages().
Yes, that does seem to be needed, due to the way the f2fs garbage collection
works.
- Eric
prev parent reply other threads:[~2021-03-05 4:52 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20210302200420.137977-1-ebiggers@kernel.org>
2021-03-02 20:04 ` [PATCH 1/2] ext4: fix error handling in ext4_end_enable_verity() Eric Biggers
2021-03-11 15:36 ` Theodore Ts'o
2021-03-02 20:04 ` [PATCH 2/2] f2fs: fix error handling in f2fs_end_enable_verity() Eric Biggers
2021-03-05 1:37 ` [f2fs-dev] " Chao Yu
2021-03-05 4:52 ` Eric Biggers [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YEG5G5d2YisF8zB0@sol.localdomain \
--to=ebiggers@kernel.org \
--cc=linux-ext4@vger.kernel.org \
--cc=linux-f2fs-devel@lists.sourceforge.net \
--cc=linux-fscrypt@vger.kernel.org \
--cc=stable@vger.kernel.org \
--cc=yuchao0@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox