* [PATCH] iomap: drop an obsolete comment in iomap_dio_bio_iter
@ 2024-11-11 12:13 Christoph Hellwig
2024-11-11 13:36 ` Christian Brauner
0 siblings, 1 reply; 2+ messages in thread
From: Christoph Hellwig @ 2024-11-11 12:13 UTC (permalink / raw)
To: brauner; +Cc: djwong, linux-xfs, linux-fsdevel
No more zone append special casing in iomap for quite a while.
Signed-off-by: Christoph Hellwig <hch@lst.de>
---
fs/iomap/direct-io.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/fs/iomap/direct-io.c b/fs/iomap/direct-io.c
index ed4764e3b8f0..b521eb15759e 100644
--- a/fs/iomap/direct-io.c
+++ b/fs/iomap/direct-io.c
@@ -383,11 +383,6 @@ static loff_t iomap_dio_bio_iter(const struct iomap_iter *iter,
goto out;
}
- /*
- * Set the operation flags early so that bio_iov_iter_get_pages
- * can set up the page vector appropriately for a ZONE_APPEND
- * operation.
- */
bio_opf = iomap_dio_bio_opflags(dio, iomap, use_fua, atomic);
nr_pages = bio_iov_vecs_to_alloc(dio->submit.iter, BIO_MAX_VECS);
--
2.45.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] iomap: drop an obsolete comment in iomap_dio_bio_iter
2024-11-11 12:13 [PATCH] iomap: drop an obsolete comment in iomap_dio_bio_iter Christoph Hellwig
@ 2024-11-11 13:36 ` Christian Brauner
0 siblings, 0 replies; 2+ messages in thread
From: Christian Brauner @ 2024-11-11 13:36 UTC (permalink / raw)
To: Christoph Hellwig; +Cc: Christian Brauner, djwong, linux-xfs, linux-fsdevel
On Mon, 11 Nov 2024 13:13:40 +0100, Christoph Hellwig wrote:
> No more zone append special casing in iomap for quite a while.
>
>
Applied to the vfs.untorn.writes branch of the vfs/vfs.git tree.
Patches in the vfs.untorn.writes branch should appear in linux-next soon.
Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.
It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.
Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs.untorn.writes
[1/1] iomap: drop an obsolete comment in iomap_dio_bio_iter
https://git.kernel.org/vfs/vfs/c/54079430c5db
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-11 13:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-11 12:13 [PATCH] iomap: drop an obsolete comment in iomap_dio_bio_iter Christoph Hellwig
2024-11-11 13:36 ` Christian Brauner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox