]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: remove now spurious i_state initialization in xfs_inode_alloc
authorMateusz Guzik <mjguzik@gmail.com>
Tue, 11 Jun 2024 12:06:25 +0000 (14:06 +0200)
committerChristian Brauner <brauner@kernel.org>
Thu, 13 Jun 2024 11:40:44 +0000 (13:40 +0200)
commite9dae2fb991b3211108187f90551d62968ef06a1
tree51594add8f6e4de1b1549038fdd6267431961f91
parent5a9b911b8a24eda19eb0a5ab3b06688299a20711
xfs: remove now spurious i_state initialization in xfs_inode_alloc

inode_init_always started setting the field to 0.

Signed-off-by: Mateusz Guzik <mjguzik@gmail.com>
Link: https://lore.kernel.org/r/20240611120626.513952-4-mjguzik@gmail.com
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/xfs/xfs_icache.c