1
0
Fork 0

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>
zero-colors
Michael S. Tsirkin 2016-12-11 06:47:27 +02:00
parent dc67a9f70c
commit 378d5a40fa
1 changed files with 1 additions and 3 deletions

View File

@ -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>