projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc67a9f
)
fs/logfs: drop __CHECK_ENDIAN__
author
Michael S. Tsirkin
<mst@redhat.com>
Sun, 11 Dec 2016 04:47:27 +0000
(06:47 +0200)
committer
Michael S. Tsirkin
<mst@redhat.com>
Thu, 15 Dec 2016 22:13:42 +0000
(
00:13
+0200)
No need for it anymore: __bitwise checks are now
on by default for everyone.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
fs/logfs/logfs.h
patch
|
blob
|
blame
|
history
diff --git
a/fs/logfs/logfs.h
b/fs/logfs/logfs.h
index 27d040e35faa9d01b57649aa498869960e270d02..11209eefbe59ba09b877e4b3808f5d22ba68d748 100644
(file)
--- a/
fs/logfs/logfs.h
+++ b/
fs/logfs/logfs.h
@@
-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>