search for: me_goal

Displaying 1 result from an estimated 1 matches for "me_goal".

2023 Feb 17
1
[PATCH] ocfs2: fix non-auto defrag path not working issue
...ll make 'move_max_hop = 0', then ocfs2_probe_alloc_group() returns 'phys_cpos == 0' under max_hop is 0. Another info is current defragfs.ocfs2 doesn't have ability to trigger non-auto defrag path. I modified defragfs.ocfs2 source code ".me_flags" and hardcode ".me_goal" for running test. Signed-off-by: Heming Zhao <heming.zhao at suse.com> --- fs/ocfs2/move_extents.c | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/fs/ocfs2/move_extents.c b/fs/ocfs2/move_extents.c index 6251748c695b..b1e32ec4a9d4 100644 -...