Skip to content

Commit 5407943

Browse files
Christoph Hellwigbrauner
authored andcommitted
iomap: drop an obsolete comment in iomap_dio_bio_iter
No more zone append special casing in iomap for quite a while. Signed-off-by: Christoph Hellwig <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Christian Brauner <[email protected]>
1 parent 267bf1d commit 5407943

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

fs/iomap/direct-io.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -383,11 +383,6 @@ static loff_t iomap_dio_bio_iter(const struct iomap_iter *iter,
383383
goto out;
384384
}
385385

386-
/*
387-
* Set the operation flags early so that bio_iov_iter_get_pages
388-
* can set up the page vector appropriately for a ZONE_APPEND
389-
* operation.
390-
*/
391386
bio_opf = iomap_dio_bio_opflags(dio, iomap, use_fua, atomic);
392387

393388
nr_pages = bio_iov_vecs_to_alloc(dio->submit.iter, BIO_MAX_VECS);

0 commit comments

Comments
 (0)