projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
267bf1d
)
iomap: drop an obsolete comment in iomap_dio_bio_iter
author
Christoph Hellwig
<hch@lst.de>
Mon, 11 Nov 2024 12:13:40 +0000
(13:13 +0100)
committer
Christian Brauner
<brauner@kernel.org>
Mon, 11 Nov 2024 13:35:06 +0000
(14:35 +0100)
No more zone append special casing in iomap for quite a while.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Link:
https://lore.kernel.org/r/20241111121340.1390540-1-hch@lst.de
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/iomap/direct-io.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/iomap/direct-io.c
b/fs/iomap/direct-io.c
index ed4764e3b8f001f6e546c93193423de4e589cdd7..b521eb15759e8ba81f36b08d88a2e37702c70901 100644
(file)
--- 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);