]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: don't reset the "inode core" in xfs_iread
authorChristoph Hellwig <hch@lst.de>
Wed, 22 Jan 2020 16:29:44 +0000 (11:29 -0500)
committerEric Sandeen <sandeen@redhat.com>
Wed, 22 Jan 2020 16:29:44 +0000 (11:29 -0500)
commit7773baf31e8ac7ebdf71672acf43d5acd77100f6
treea87491296cf77df08f7639d8a95d240b7bbe0070
parente6bd76f07f684483f8fbf2c4b44d3af3ddb55d9e
xfs: don't reset the "inode core" in xfs_iread

Source kernel commit: 048a35d2f0b4cfeb24cbb7fe59e78124d8e7dc73

We have the exact same memset in xfs_inode_alloc, which is always called
just before xfs_iread.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_inode_buf.c