commit | b41fb002257d4b997560cd77676b78219be03c24 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat Aug 23 22:27:22 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Aug 24 17:29:33 2008 -0400 |
tree | 8a91a06a9e9595ff9146e120dfd1656c59cdf1d2 | |
parent | 78d89cda680498957e4ad78602751d1f905cee08 [diff] |
libblkid: Strengthen the JFS probe routine Check to make sure a JFS filesystem is really correct by checking the relationship between the following fields in the JFS superblock: s_bsize, s_l2bsize, s_pbsize, s_l2pbsize, and s_l2bfactor. Thanks to Lesh Bogdanow for this suggestion. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>