提交 4e728cf8 编写于 作者: A Al Viro

hpfs: missing endianness annotation

Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 4802c591
...@@ -133,7 +133,7 @@ __le32 *hpfs_load_bitmap_directory(struct super_block *s, secno bmp) ...@@ -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) void hpfs_load_hotfix_map(struct super_block *s, struct hpfs_spare_block *spareblock)
{ {
struct quad_buffer_head qbh; struct quad_buffer_head qbh;
u32 *directory; __le32 *directory;
u32 n_hotfixes, n_used_hotfixes; u32 n_hotfixes, n_used_hotfixes;
unsigned i; unsigned i;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册