Skip to content
Commit 3e10b793 authored by Darrick J. Wong's avatar Darrick J. Wong
Browse files

ocfs2: budget for extent tree splits when adding refcount flag



When we're adding the refcount flag to an extent, we have to budget
enough space to handle a full extent btree split in addition to
whatever modifications have to be made to the refcount btree.  We
don't currently do this, with the result that generic/186 crashes
when we need an extent split but not a refcount split because meta_ac
never gets allocated.

Signed-off-by: default avatarDarrick J. Wong <darrick.wong@oracle.com>
parent 06a70305
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