commit | 4cb6f2e8c2c78c28941c56f49f2d9de44705b211 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Mar 29 11:11:37 2021 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Wed Apr 07 14:37:02 2021 -0700 |
tree | 99511e5a0a7764dc31e98a65e68895c06f9b213f | |
parent | af9dcddef662e1437a63c2decb6e1e2efb7d81ea [diff] |
xfs: consistently initialize di_flags2 Make sure di_flags2 is always initialized. We currently get this implicitly by clearing the dinode core on allocating the in-core inode, but that is about to go away. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org>