You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ocfs2: Revert "ocfs2: fix the la space leak when unmounting an ocfs2 volume"
This reverts commit dfe6c56 ("ocfs2: fix the la space leak when
unmounting an ocfs2 volume").
In commit dfe6c56, the commit log "This bug has existed since the
initial OCFS2 code." is wrong. The correct introduction commit is
30dd347 ("ocfs2: correctly use ocfs2_find_next_zero_bit()").
The influence of commit dfe6c56 is that it provides a correct
fix for the latest kernel. however, it shouldn't be pushed to stable
branches. Let's use this commit to revert all branches that include
dfe6c56 and use a new fix method to fix commit 30dd347.
Fixes: dfe6c56 ("ocfs2: fix the la space leak when unmounting an ocfs2 volume")
Signed-off-by: Heming Zhao <[email protected]>
Cc: <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
0 commit comments