On 11/10/2023 04:25, Josef Bacik wrote:
From: Sweet Tea Dorminy <sweettea-kernel@xxxxxxxxxx> Add the modes of getting the encryption nonces, either inode or extent, to the various get_encryption_nonce functions. For now, no encrypt test makes a file with more than one extent, so we can just grab the first extent's nonce for the data nonce; when we write a bigger file test, we'll need to change that. Signed-off-by: Sweet Tea Dorminy <sweettea-kernel@xxxxxxxxxx> ---
Reviewed-by: Anand Jain <anand.jain@xxxxxxxxxx> Thanks, Anand