On 2/1/24 10:48, Eric Biggers wrote:
On Thu, Feb 01, 2024 at 08:35:25AM +0800, [email protected] wrote:
From: Xiubo Li <[email protected]>
The inode->i_blkbits should be already set before calling
fscrypt_get_encryption_info() and it will use this to setup the
ci_data_unit_bits later.
URL: https://tracker.ceph.com/issues/64035
Signed-off-by: Xiubo Li <[email protected]>
Thanks, applied. I adjusted the commit message to make it clear what the patch
actually does:
commit 5befc19caec93f0088595b4d28baf10658c27a0f
Author: Xiubo Li <[email protected]>
Date: Thu Feb 1 08:35:25 2024 +0800
fscrypt: explicitly require that inode->i_blkbits be set
Document that fscrypt_prepare_new_inode() requires inode->i_blkbits to
be set, and make it WARN if it's not. This would have made the CephFS
bug https://tracker.ceph.com/issues/64035 a bit easier to debug.
Signed-off-by: Xiubo Li <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Eric Biggers <[email protected]>
Ack, thanks Eric.
- Xiubo