summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/export.h
diff options
context:
space:
mode:
authorLiu Bo <bo.liu@linux.alibaba.com>2018-08-23 03:51:52 +0800
committerDavid Sterba <dsterba@suse.com>2018-10-15 17:23:33 +0200
commit07e1ce096db3605f3e0c98695df66a51e2be9f05 (patch)
tree3e4a910cd136c1b6666d3be7e33b826dbd016db6 /fs/btrfs/export.h
parent03a1d4c891634dd5b98da865fb783e8b22d4d027 (diff)
downloadtalos-obmc-linux-07e1ce096db3605f3e0c98695df66a51e2be9f05.tar.gz
talos-obmc-linux-07e1ce096db3605f3e0c98695df66a51e2be9f05.zip
Btrfs: extent_map: use rb_first_cached
rb_first_cached() trades an extra pointer "leftmost" for doing the same job as rb_first() but in O(1). As evict_inode_truncate_pages() removes all extent mapping by always looking for the first rb entry, it's helpful to use rb_first_cached instead. For more details about the optimization see patch "Btrfs: delayed-refs: use rb_first_cached for href_root". Tested-by: Holger Hoffstätte <holger@applied-asynchrony.com> Signed-off-by: Liu Bo <bo.liu@linux.alibaba.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/export.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud