Skip to content

Commit 4e728cf

Browse files
author
Al Viro
committed
hpfs: missing endianness annotation
Signed-off-by: Al Viro <[email protected]>
1 parent 4802c59 commit 4e728cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/hpfs/map.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ __le32 *hpfs_load_bitmap_directory(struct super_block *s, secno bmp)
133133
void hpfs_load_hotfix_map(struct super_block *s, struct hpfs_spare_block *spareblock)
134134
{
135135
struct quad_buffer_head qbh;
136-
u32 *directory;
136+
__le32 *directory;
137137
u32 n_hotfixes, n_used_hotfixes;
138138
unsigned i;
139139

0 commit comments

Comments
 (0)