Re: [PATCH v7 13/43] btrfs: adapt readdir for encrypted and nokey names

Eric Biggers <[email protected]> Mon, 1 Jun 2026 16:44:54 -0700
Newsgroups org.kernel.vger.linux-fscrypt,org.kernel.vger.linux-block,org.kernel.vger.linux-btrfs,org.kernel.vger.linux-kernel
Message-ID <20260601234454.GF25574@quark>
On Wed, May 13, 2026 at 10:52:47AM +0200, Daniel Vacek wrote:
> +	/*
> +	 * TODO: This should maybe be using the crypto API, not the fallback,
> +	 * but fscrypt uses the fallback and this is only used in emulation of
> +	 * fscrypt's buffer sha256 method.
> +	 */

You can delete this TODO.  The SHA-256 library functions just do the
right thing now.

- Eric