commit | 28fe3c1963b0bafa56ec92df1987828090151d87 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Apr 17 16:41:13 2012 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue May 29 23:28:39 2012 -0400 |
tree | 021985387ca7d13dafd1571f1c3e9ad6f3051084 | |
parent | 77ee26e44c28823a29bc09091950544566ae7cea [diff] [blame] |
hpfs: assorted endianness annotations Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/hpfs/super.c b/fs/hpfs/super.c index 08e85b0..706a12c 100644 --- a/fs/hpfs/super.c +++ b/fs/hpfs/super.c
@@ -572,7 +572,7 @@ mark_buffer_dirty(bh2); } - if (spareblock->hotfixes_used || le32_to_cpu(spareblock->n_spares_used)) { + if (spareblock->hotfixes_used || spareblock->n_spares_used) { if (errs >= 2) { printk("HPFS: Hotfixes not supported here, try chkdsk\n"); mark_dirty(s, 0);