projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68f5a38
)
Btrfs: fix definition of struct btrfs_extent_inline_ref
author
Yan Zheng
<zheng.yan@oracle.com>
Wed, 22 Jul 2009 13:59:00 +0000
(09:59 -0400)
committer
Chris Mason
<chris.mason@oracle.com>
Wed, 22 Jul 2009 13:59:00 +0000
(09:59 -0400)
use __le64 instead of u64 in on-disk structure definition.
Signed-off-by: Yan Zheng <zheng.yan@oracle.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/ctree.h
patch
|
blob
|
blame
|
history
diff --git
a/fs/btrfs/ctree.h
b/fs/btrfs/ctree.h
index a404ecc53eb1e5c67057f39e2e3899d760f1ecd2..da0763135bf0913efe2ae8ebd329bc8616a2e60a 100644
(file)
--- a/
fs/btrfs/ctree.h
+++ b/
fs/btrfs/ctree.h
@@
-483,7
+483,7
@@
struct btrfs_shared_data_ref {
struct btrfs_extent_inline_ref {
u8 type;
-
u
64 offset;
+
__le
64 offset;
} __attribute__ ((__packed__));
/* old style backrefs item */