Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 378d5a40 authored by Michael S. Tsirkin's avatar Michael S. Tsirkin
Browse files

fs/logfs: drop __CHECK_ENDIAN__



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

Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent dc67a9f7
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -10,9 +10,7 @@
#ifndef FS_LOGFS_LOGFS_H
#define FS_LOGFS_LOGFS_H

#undef __CHECK_ENDIAN__
#define __CHECK_ENDIAN__

#include <linux/types.h>
#include <linux/btree.h>
#include <linux/crc32.h>
#include <linux/fs.h>