hpfs: missing endianness annotation
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 29 Dec 2015 20:38:25 +0000 (15:38 -0500)
committerAl 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

index a69bbc1..a136929 100644 (file)
@@ -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;
-       u32 *directory;
+       __le32 *directory;
        u32 n_hotfixes, n_used_hotfixes;
        unsigned i;