Re: [PATCH 12/13] xfs: remove a stale comment from xfs_file_aio_write_checks()
From: Christoph Hellwig <hch@lst.de>
Date: 2021-01-08 09:16:08
Also in:
linux-ext4, linux-f2fs-devel, linux-fsdevel
From: Christoph Hellwig <hch@lst.de>
Date: 2021-01-08 09:16:08
Also in:
linux-ext4, linux-f2fs-devel, linux-fsdevel
On Mon, Jan 04, 2021 at 04:54:51PM -0800, Eric Biggers wrote:
From: Eric Biggers <redacted>
The comment in xfs_file_aio_write_checks() about calling file_modified()
after dropping the ilock doesn't make sense, because the code that
unconditionally acquires and drops the ilock was removed by
commit 467f78992a07 ("xfs: reduce ilock hold times in
xfs_file_aio_write_checks").
Remove this outdated comment.Yes, this looks good, I actually have the removal included in a WIP patch as well, but splitting it out like this look good to me: Reviewed-by: Christoph Hellwig <hch@lst.de>