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

From: Eric Biggers

Date: Mon Jun 01 2026 - 19:45:03 EST


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