commit | 6925bd2e1a3154fdb8198111c8f67e2e3e816b73 | [log] [tgz] |
---|---|---|
author | Qu Wenruo <wqu@suse.com> | Wed Jun 24 18:02:53 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Sep 07 20:57:27 2020 -0400 |
tree | a5f3ddd61bbb247025d666af0f98f2afe20815d3 | |
parent | c43c52980d9cd281b117db28d0e158a2cb875153 [diff] |
fs: btrfs: Crossport structure accessor into ctree.h This brings all structure accessors from btrfs-progs/ctree.h, as in kernel's ctree.h. All these accessors handle the endian convert at runtime, and since all of them are defined as static inline functions, those which aren't used won't take space in resulting binary. Signed-off-by: Qu Wenruo <wqu@suse.com> Reviewed-by: Marek BehĂșn <marek.behun@nic.cz>