commit | 6ba08b3f56c93d2e97e5be3e9deccadd1e8c0796 | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Mon May 22 14:22:36 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed May 31 14:05:34 2023 -0400 |
tree | bbb6304c50525ce6ecc43e320ad8e32535b79071 | |
parent | 5b70e460c967c67c2cda16303f7bd965cfa6137f [diff] |
fs/btrfs: use asm/unaligned.h Use asm/unaligned.h instead of linux/unaligned/access_ok.h for unaligned access. This is needed on architectures that doesn't handle unaligned accesses directly. Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>