Merge remote-tracking branches 'asoc/topic/imx' and 'asoc/topic/intel' into asoc...
[firefly-linux-kernel-4.4.55.git] / drivers / target / target_core_sbc.c
index 4fc8343786f2b94302f9530f5f1514208e9d0fc7..0b4b2a67d9f9ed597479f1f2c0ea356126f55006 100644 (file)
@@ -992,6 +992,9 @@ sbc_parse_cdb(struct se_cmd *cmd, struct sbc_ops *ops)
                               " than 1\n", sectors);
                        return TCM_INVALID_CDB_FIELD;
                }
+               if (sbc_check_dpofua(dev, cmd, cdb))
+                       return TCM_INVALID_CDB_FIELD;
+
                /*
                 * Double size because we have two buffers, note that
                 * zero is not an error..