On Mon, Oct 01, 2018 at 05:46:15PM +0300, Nikolay Borisov wrote: > This commit introduces explicit little endian bit operations. The only > difference with the existing bitops implementation is that bswap(32|64) > is called when the _le versions are invoked on a big-endian machine. > This is in preparation for adding free space tree conversion support.
I had to check, but it looks like these are also pulled from the kernel source, so Reviewed-by: Omar Sandoval <osan...@fb.com> > Signed-off-by: Nikolay Borisov <nbori...@suse.com> > --- > kernel-lib/bitops.h | 82 > +++++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 82 insertions(+)