Re: [PATCH 11/17] cifs: Add a function to Hash the contents of an iterator

From: Eric Biggers
Date: Thu Feb 16 2023 - 22:04:21 EST


On Thu, Feb 16, 2023 at 09:47:39PM +0000, David Howells wrote:
> Add a function to push the contents of a BVEC-, KVEC- or XARRAY-type
> iterator into a symmetric hash algorithm.

I think you mean a "synchronous hash algorithm".

- Eric