mmc: core: Store pointer to bio_crypt_ctx in mmc_request
[sfrench/cifs-2.6.git] / include / linux / mmc / core.h
index ab19245e994511d8359c3f695eee4a889450976c..71101d1ec825e9d4ba63f4aaae168209d8b724fa 100644 (file)
@@ -164,9 +164,8 @@ struct mmc_request {
        int                     tag;
 
 #ifdef CONFIG_MMC_CRYPTO
-       bool                    crypto_enabled;
+       const struct bio_crypt_ctx *crypto_ctx;
        int                     crypto_key_slot;
-       u32                     data_unit_num;
 #endif
 };