search for: 192cad0662d8

Displaying 1 result from an estimated 1 matches for "192cad0662d8".

2023 Feb 17
1
[PATCH] ocfs2: fix defrag path triggering jbd2 ASSERT
...ocfs2: fix defrag path triggering jbd2 ASSERT" - rewrite/polish commit log v1: https://oss.oracle.com/pipermail/ocfs2-devel/2022-May/000101.html --- fs/ocfs2/move_extents.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/fs/ocfs2/move_extents.c b/fs/ocfs2/move_extents.c index 192cad0662d8..6251748c695b 100644 --- a/fs/ocfs2/move_extents.c +++ b/fs/ocfs2/move_extents.c @@ -105,14 +105,6 @@ static int __ocfs2_move_extent(handle_t *handle, */ replace_rec.e_flags = ext_flags & ~OCFS2_EXT_REFCOUNTED; - ret = ocfs2_journal_access_di(handle, INODE_CACHE(inode), - contex...