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:
4802c59
)
hpfs: missing endianness annotation
author
Al Viro
<viro@zeniv.linux.org.uk>
Tue, 29 Dec 2015 20:38:25 +0000
(15:38 -0500)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 4 Jan 2016 15:29:03 +0000
(10:29 -0500)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/hpfs/map.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/hpfs/map.c
b/fs/hpfs/map.c
index a69bbc1e87f868738b0d0578cd61ac8f9a2e3f5d..a136929189f01435533ec5fbb0d0bae7a37b6908 100644
(file)
--- a/
fs/hpfs/map.c
+++ b/
fs/hpfs/map.c
@@
-133,7
+133,7
@@
__le32 *hpfs_load_bitmap_directory(struct super_block *s, secno bmp)
void hpfs_load_hotfix_map(struct super_block *s, struct hpfs_spare_block *spareblock)
{
struct quad_buffer_head qbh;
-
u
32 *directory;
+
__le
32 *directory;
u32 n_hotfixes, n_used_hotfixes;
unsigned i;