Re: [PATCH] btrfs: remove wrong comment for can_nocow_extent()
From: David Sterba <hidden>
Date: 2021-01-27 19:53:45
From: David Sterba <hidden>
Date: 2021-01-27 19:53:45
On Wed, Jan 27, 2021 at 03:05:41PM +0000, fdmanana@kernel.org wrote:
From: Filipe Manana <redacted>
The comment for can_nocow_extent() says that the function will flush
ordered extents, however that never happens and was never true before the
comment was added in commit e4ecaf90bc13 ("btrfs: add comments for
btrfs_check_can_nocow() and can_nocow_extent()"). This is true only for
the function btrfs_check_can_nocow(), which after that commit was renamed
to check_can_nocow(). So just remove that part of the comment.
Signed-off-by: Filipe Manana <redacted>Added to misc-next, thanks.