Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

fs/logfs: drop __CHECK_ENDIAN__

No need for it anymore: __bitwise checks are now
on by default for everyone.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

+1 -3
+1 -3
fs/logfs/logfs.h
··· 10 10 #ifndef FS_LOGFS_LOGFS_H 11 11 #define FS_LOGFS_LOGFS_H 12 12 13 - #undef __CHECK_ENDIAN__ 14 - #define __CHECK_ENDIAN__ 15 - 13 + #include <linux/types.h> 16 14 #include <linux/btree.h> 17 15 #include <linux/crc32.h> 18 16 #include <linux/fs.h>