]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: preserve i_state around inode_init_always in xfs_reinit_inode
authorMateusz Guzik <mjguzik@gmail.com>
Tue, 11 Jun 2024 12:06:23 +0000 (14:06 +0200)
committerChristian Brauner <brauner@kernel.org>
Wed, 12 Jun 2024 12:13:26 +0000 (14:13 +0200)
commitddd4cd4824fa315c799174f2f655a474bf221a6c
tree6334ece35c9f6c5c5b11d8c05a679dd76180b115
parent3a8e2f99f18d69389366e16375e9a0e41ed43779
xfs: preserve i_state around inode_init_always in xfs_reinit_inode

This is in preparation for the routine starting to zero the field.

De facto coded by Dave Chinner, see:
https://lore.kernel.org/linux-fsdevel/ZmgtaGglOL33Wkzr@dread.disaster.area/

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