The commit is pushed to "branch-rh9-5.14.0-427.92.1.vz9.88.x-ovz" and will 
appear at [email protected]:openvz/vzkernel.git
after rh9-5.14.0-427.92.1.vz9.88.7
------>
commit e65c701f05c7610da86ceacc0f885895629bf4c2
Author: Pavel Tikhomirov <[email protected]>
Date:   Tue Nov 11 16:05:36 2025 +0800

    Revert "dm-ploop: support REQ_FUA for data pios"
    
    This reverts commit 90d5bd81cf926ea3aa72233c52dce813aded30bc.
    
    We don't have REQ_FUA in dm-ploop anymore after commit 4e659676652fa
    ("md: mark dm-ploop and dm-qcow2 targets non-fua") so we can revert all
    our REQ_FUA specific handling.
    
    https://virtuozzo.atlassian.net/browse/VSTOR-119063
    Signed-off-by: Pavel Tikhomirov <[email protected]>
    
    Feature: dm-ploop: ploop target driver
---
 drivers/md/dm-ploop-map.c | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/drivers/md/dm-ploop-map.c b/drivers/md/dm-ploop-map.c
index 1a5803e7d1ba9..4b11836f66573 100644
--- a/drivers/md/dm-ploop-map.c
+++ b/drivers/md/dm-ploop-map.c
@@ -224,14 +224,6 @@ static void ploop_do_pio_endio(struct pio *pio)
        if (!atomic_dec_and_test(&pio->remaining))
                return;
 
-       /* REQ_FUA requires us to flush all before pio is completed */
-       if (pio->bi_op & REQ_FUA) {
-               struct file *file;
-
-               file = ploop_top_delta(pio->ploop)->file;
-               vfs_fsync(file, 1);
-       }
-
        ploop_dec_nr_inflight(pio->ploop, pio);
        endio_cb(pio, endio_cb_data, pio->bi_status);
 
_______________________________________________
Devel mailing list
[email protected]
https://lists.openvz.org/mailman/listinfo/devel

Reply via email to