Re: [PATCH v2 2/4] vfs: partially sanitize i_state zeroing on inode creation

From: Christian Brauner
Date: Thu Jun 13 2024 - 07:42:34 EST


> This would be more logical above where inode content is initialized (and
> less errorprone just in case security_inode_alloc() grows dependency on
> i_state value) - like just after:
>
> inode->i_flags = 0;

Fixed that in-tree. Thanks!