commit | cc0c55384796b422133ff1f21646835b31590f88 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Thu Oct 25 15:42:57 2007 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 11:03:57 2008 -0400 |
tree | 152933613a431cce89a5cdcd0c5761688f8e5124 | |
parent | 65555a06b4d1ae116ce223dc4b82d6068b36df96 [diff] |
Btrfs: Fix split_leaf to detect when it is extending an item When making room for a new item, it is ok to create an empty leaf, but when making room to extend an item, split_leaf needs to make sure it keeps the item we're extending in the path and make sure we don't end up with an empty leaf. Signed-off-by: Chris Mason <chris.mason@oracle.com>