Files
twx-linux/fs/f2fs
Chao Yu 09ff60b385 f2fs: fix to add missing iput() in gc_data_segment()
[ Upstream commit a798ff17cd ]

During gc_data_segment(), if inode state is abnormal, it missed to call
iput(), fix it.

Fixes: b73e52824c ("f2fs: reposition unlock_new_inode to prevent accessing invalid inode")
Fixes: 9056d6489f ("f2fs: fix to do sanity check on inode type during garbage collection")
Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-06-12 11:39:22 +02:00
..
2023-08-02 09:13:09 -06:00
2024-03-27 13:17:15 +01:00