[PATCH v2 0/4] inode_init_always zeroing i_state
From: Mateusz Guzik
Date: Tue Jun 11 2024 - 08:06:47 EST
As requested by Jan this is a 4-part series.
I diffed this against fs-next + my inode hash patch v3 as it adds one
i_state = 0 case. Should that hash thing not be accepted this bit is
trivially droppable from the patch.
Mateusz Guzik (4):
xfs: preserve i_state around inode_init_always in xfs_reinit_inode
vfs: partially sanitize i_state zeroing on inode creation
xfs: remove now spurious i_state initialization in xfs_inode_alloc
bcachefs: remove now spurious i_state initialization
fs/bcachefs/fs.c | 1 -
fs/inode.c | 13 +++----------
fs/xfs/xfs_icache.c | 5 +++--
3 files changed, 6 insertions(+), 13 deletions(-)
--
2.43.0