]> Gentwo Git Trees - linux/.git/commit
ext4: clear i_state_flags when alloc inode
authorHaibo Chen <haibo.chen@nxp.com>
Tue, 4 Nov 2025 08:12:24 +0000 (16:12 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 26 Nov 2025 22:06:09 +0000 (17:06 -0500)
commit4091c8206cfd2e3bb529ef260887296b90d9b6a2
tree97a61fc3d8658b8fd42800a6f2c3883a7f42affb
parent6abfe107894af7e8ce3a2e120c619d81ee764ad5
ext4: clear i_state_flags when alloc inode

i_state_flags used on 32-bit archs, need to clear this flag when
alloc inode.
Find this issue when umount ext4, sometimes track the inode as orphan
accidently, cause ext4 mesg dump.

Fixes: acf943e9768e ("ext4: fix checks for orphan inodes")
Signed-off-by: Haibo Chen <haibo.chen@nxp.com>
Reviewed-by: Baokun Li <libaokun1@huawei.com>
Reviewed-by: Zhang Yi <yi.zhang@huawei.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Message-ID: <20251104-ext4-v1-1-73691a0800f9@nxp.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Cc: stable@kernel.org
fs/ext4/ialloc.c
fs/ext4/inode.c
fs/ext4/super.c