commit | 3e10b793fc40dfdbe51762e0d084bd6f2c8acaaa | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Wed Nov 09 14:13:11 2016 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Sat Dec 10 12:39:45 2016 -0800 |
tree | df233a1038dc50358baf2e7dcd6d30bfbaf21ebb | |
parent | 06a70305812c3973c66824f26223656283c59b27 [diff] |
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: Darrick J. Wong <darrick.wong@oracle.com>