Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ubifs: Convert xattr inum to host order
UBIFS stores inode numbers as LE64 integers. We have to convert them to host oder, otherwise BE hosts won't be able to use the integer correctly. Reported-by: kbuild test robot <lkp@intel.com> Fixes: 9ca2d73 ("ubifs: Limit number of xattrs per inode") Signed-off-by: Richard Weinberger <richard@nod.at>
- Loading branch information