Skip to content
Commit acf3bb00 authored by Tristan Ye's avatar Tristan Ye Committed by Joel Becker
Browse files

Ocfs2/refcounttree: Fix a bug for refcounttree to writeback clusters in a right number.



Current refcounttree codes actually didn't writeback the new pages out in
write-back mode, due to a bug of always passing a ZERO number of clusters
to 'ocfs2_cow_sync_writeback', the patch tries to pass a proper one in.

Signed-off-by: default avatarTristan Ye <tristan.ye@oracle.com>
Cc: stable@kernel.org
Signed-off-by: default avatarJoel Becker <jlbec@evilplan.org>
parent 705773a6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment