Hi, 2012/4/3 Joel Reardon <joel@xxxxxxxxxxxxxxxx>: > no_compr: > memcpy(out_buf, in_buf, in_len); > *out_len = in_len; > *compr_type = UBIFS_COMPR_NONE; > + goto encrypt; This goto seems unneeded here. > + > +encrypt: > + if (crypto_key) { > + u8 iv[UBIFS_CRYPTO_KEYSIZE]; > + > + memset(iv, 0, UBIFS_CRYPTO_KEYSIZE); > + ubifs_aes_crypt(out_buf, *out_len, crypto_key, iv); > + } -- Guillaume LECERF OpenBricks developer - www.openbricks.org -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html