On Wed, Jul 23, 2025 at 12:57:46PM +0200, Christian Brauner wrote: > /* > * Pairs with the cmpxchg_release() in fscrypt_setup_encryption_info(). > - * I.e., another task may publish ->i_crypt_info concurrently, executing > - * a RELEASE barrier. We need to use smp_load_acquire() here to safely > - * ACQUIRE the memory the other task published. > + * I.e., another task may publish the inode's fscrypt info > + * concurrently, executing a RELEASE barrier. We need to use > + * smp_load_acquire() here to safely ACQUIRE the memory the other task > + * published. > */ Please make sure to wrap at 80 columns, not 79. - Eric