Revert "nvme: Enable FUA"
Unaddressed review comments.
This reverts commit b6bfb8971dd039a60e1cff1895ab9be8be0915b3.
Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/drivers/nvme/nvme.c b/drivers/nvme/nvme.c
index 9623c89..3c529a2 100644
--- a/drivers/nvme/nvme.c
+++ b/drivers/nvme/nvme.c
@@ -762,10 +762,6 @@
c.rw.appmask = 0;
c.rw.metadata = 0;
- /* Enable FUA for data integrity if vwc is enabled */
- if (dev->vwc)
- c.rw.control |= NVME_RW_FUA;
-
while (total_lbas) {
if (total_lbas < lbas) {
lbas = (u16)total_lbas;