Commit 4e728cf8 authored by Al Viro's avatar Al Viro
Browse files

hpfs: missing endianness annotation



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 4802c591
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;