On Tue, 2011-04-26 at 16:34 +1000, Herbert Xu wrote: > On Tue, Apr 19, 2011 at 09:29:17PM +0200, jang@xxxxxxxxxxxxxxxxxx wrote: > > > > @@ -664,11 +784,6 @@ static int __init aes_s390_init(void) > > if (ret) > > goto cbc_aes_err; > > > > - /* skip XTS if MSA-4 is not available */ > > - if ((stfle(facility_bits, 2) <= 0) || > > - !(facility_bits[1] & (1ULL << (63 - (77 - 64))))) > > - goto out; > > Any reason why this hunk is here? This hunk is a left-over from development in the XTS patch and superfluous so it should be removed. Should I repost the whole series? Thanks, Jan > Cheers, -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html