Re: [U-Boot] fs: btrfs: fix false negatives in ROOT_ITEM search

2019-04-27 Thread Pierre Bourdon
Hi Tom, On Sat, Apr 27, 2019 at 4:46 PM Tom Rini wrote: > On Sat, Apr 13, 2019 at 11:50:49PM +0200, Pierre Bourdon wrote: > > ROOT_ITEMs in btrfs are referenced without knowing their actual "offset" > > value. To perform these searches using only two items from the key, the > > btrfs driver uses

Re: [U-Boot] fs: btrfs: fix false negatives in ROOT_ITEM search

2019-04-27 Thread Tom Rini
On Sat, Apr 27, 2019 at 04:50:18PM +0200, Pierre Bourdon wrote: > Hi Tom, > > On Sat, Apr 27, 2019 at 4:46 PM Tom Rini wrote: > > On Sat, Apr 13, 2019 at 11:50:49PM +0200, Pierre Bourdon wrote: > > > ROOT_ITEMs in btrfs are referenced without knowing their actual "offset" > > > value. To perform

Re: [U-Boot] fs: btrfs: fix false negatives in ROOT_ITEM search

2019-04-27 Thread Tom Rini
On Sat, Apr 13, 2019 at 11:50:49PM +0200, Pierre Bourdon wrote: > ROOT_ITEMs in btrfs are referenced without knowing their actual "offset" > value. To perform these searches using only two items from the key, the > btrfs driver uses a special "btrfs_search_tree_key_type" function. > > The