You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
Fixes: 9ca2d73 ("ubifs: Limit number of xattrs per inode")
Signed-off-by: Richard Weinberger <[email protected]>
0 commit comments