浏览代码

hpfs: missing endianness annotation

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Al Viro 10 年之前
父节点
当前提交
4e728cf8ff
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fs/hpfs/map.c

+ 1 - 1
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;
-	u32 *directory;
+	__le32 *directory;
 	u32 n_hotfixes, n_used_hotfixes;
 	unsigned i;