commit | 34cb9b5c973ac06449b96884be932da9a9b99819 | [log] [tgz] |
---|---|---|
author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Sat May 01 10:07:07 2010 +0900 |
committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Mon May 10 11:32:32 2010 +0900 |
tree | 5009abb0edc749f78d60f7f1e8c098b1ab5fb509 | |
parent | 4e819509cba664e7cbfba5c4d1517df4dfda86f5 [diff] |
nilfs2: add missing endian conversion on super block magic number This adds missing endian conversions in comparision of the magic number of super blocks. It was coincidence that prior versions didn't incur problems; the upper byte of the magic number happened to be equal to the lower byte. But, semantically it's wrong to depend on this. This won't change anything else nor suffer any compatibility issues. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>