--- /dev/null
+Index: linux-4.18.0-372.32.1.el8_6/fs/block_dev.c
+===================================================================
+--- linux-4.18.0-372.32.1.el8_6.orig/fs/block_dev.c
++++ linux-4.18.0-372.32.1.el8_6/fs/block_dev.c
+@@ -888,7 +888,7 @@ static int bd_init_fs_context(struct fs_
+ struct pseudo_fs_context *ctx = init_pseudo(fc, BDEVFS_MAGIC);
+ if (!ctx)
+ return -ENOMEM;
+- fc->s_iflags |= SB_I_CGROUPWB;
++ fc->s_iflags |= SB_I_CGROUPWB | SB_I_STABLE_WRITES;
+ ctx->ops = &bdev_sops;
+ return 0;
+ }
--- /dev/null
+Index: linux-5.14.0-162.23.1.el9_1/block/bdev.c
+===================================================================
+--- linux-5.14.0-162.23.1.el9_1.orig/block/bdev.c
++++ linux-5.14.0-162.23.1.el9_1/block/bdev.c
+@@ -444,7 +444,7 @@ static int bd_init_fs_context(struct fs_
+ struct pseudo_fs_context *ctx = init_pseudo(fc, BDEVFS_MAGIC);
+ if (!ctx)
+ return -ENOMEM;
+- fc->s_iflags |= SB_I_CGROUPWB;
++ fc->s_iflags |= SB_I_CGROUPWB | SB_I_STABLE_WRITES;
+ ctx->ops = &bdev_sops;
+ return 0;
+ }
block-integrity-allow-optional-integrity-functions-rhel8.3.patch
block-pass-bio-into-integrity_processing_fn-rhel8.patch
jbd2-revoke-rhashtable-rhel8.4.patch
+block-add-SB_I_STABLE_WRITES-to-bdev-sb-flag-rhel8.6.patch
block-integrity-allow-optional-integrity-functions-rhel8.3.patch
block-pass-bio-into-integrity_processing_fn-rhel8.patch
jbd2-revoke-rhashtable-rhel8.4.patch
+block-add-SB_I_STABLE_WRITES-to-bdev-sb-flag-rhel8.6.patch
block-integrity-allow-optional-integrity-functions-rhel8.3.patch
block-pass-bio-into-integrity_processing_fn-rhel8.patch
jbd2-revoke-rhashtable-rhel8.4.patch
+block-add-SB_I_STABLE_WRITES-to-bdev-sb-flag-rhel8.6.patch
block-integrity-allow-optional-integrity-functions-rhel9.1.patch
block-pass-bio-into-integrity_processing_fn-rhel9.patch
+block-add-SB_I_STABLE_WRITES-to-bdev-sb-flag-rhel9.patch
block-integrity-allow-optional-integrity-functions-rhel9.1.patch
block-pass-bio-into-integrity_processing_fn-rhel9.patch
+block-add-SB_I_STABLE_WRITES-to-bdev-sb-flag-rhel9.patch