mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 17:41:44 +00:00
f2fs: fix memory alignment to support 32bit
In 32bit system, 64-bits key breaks memory alignment. This fixes the commit "f2fs: support 64-bits key in f2fs rb-tree node entry". Reported-by: Nicolas Chauvet <kwizart@gmail.com> Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
parent
adfc694330
commit
48046cb55d
@ -619,7 +619,7 @@ struct rb_entry {
|
||||
unsigned int len; /* length of the entry */
|
||||
};
|
||||
unsigned long long key; /* 64-bits key */
|
||||
};
|
||||
} __packed;
|
||||
};
|
||||
|
||||
struct extent_info {
|
||||
|
Loading…
Reference in New Issue
Block a user