commit | e62687468588f47c32256e3c8c36157c40111b6e | [log] [tgz] |
---|---|---|
author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Mon Apr 06 19:01:55 2009 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Apr 07 08:31:19 2009 -0700 |
tree | 00b9532341e606868567c03b8c3a631d0bf19b46 | |
parent | 1f5abe7e7dbcd83e73212c6cb135a6106cea6a0b [diff] |
nilfs2: super block operations fix endian bug This adds a missing endian conversion of checksum field in the super block. This fixes compatibility issue on big endian machines which will come to surface after supporting recovery of super block. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>