commit | c42ac0bc9530d51029b938e09b60b5ee86e5ee70 | [log] [tgz] |
---|---|---|
author | Filipe David Borba Manana <fdmanana@gmail.com> | Tue Nov 26 15:01:34 2013 +0000 |
committer | Chris Mason <clm@fb.com> | Tue Jan 28 13:19:48 2014 -0800 |
tree | 8ac0854125becbd20c2d9973e7e3bacea4714c10 | |
parent | 32193c147f451652c6c089b5fa1c9852d53d65ee [diff] |
Btrfs: add missing extent state caching calls When we didn't find a matching extent state, we inserted a new one but didn't cache it in the **cached_state parameter, which makes a subsequent call do a tree lookup to get it. Signed-off-by: Filipe David Borba Manana <fdmanana@gmail.com> Signed-off-by: Josef Bacik <jbacik@fb.com> Signed-off-by: Chris Mason <clm@fb.com>