commit | b0d2193ba643ec8246e7a194e336c71018b8e6f3 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu Jun 24 14:32:15 2021 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Jun 28 11:28:08 2021 +0800 |
tree | 22350078017b6572ee1a98df0701d20358a58d7d | |
parent | cd5c91fe62519af6af238bbead32f2943a85c7de [diff] |
crypto: scatterwalk - Remove obsolete PageSlab check As it is now legal to call flush_dcache_page on slab pages we no longer need to do the check in the Crypto API. Reported-by: Ira Weiny <ira.weiny@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>