commit | 8800a044c71a128633cf3febaf4780531a991334 | [log] [tgz] |
---|---|---|
author | Bob Copeland <me@bobcopeland.com> | Tue Jul 06 11:16:46 2010 -0400 |
committer | Bob Copeland <me@bobcopeland.com> | Sat Jul 10 14:38:11 2010 -0400 |
tree | b736cdc086d86f27e1b52efa96f2a3f15fe1d443 | |
parent | 9442e54f433eff9b6fbd0836611df4c1919df370 [diff] |
omfs: sanity check cluster size A corrupt filesystem could have a bad cluster size; this could result in the filesystem allocating too much space for files if too large, or getting stuck in omfs_allocate_block if too small. The proper range is 1-8 blocks. Reported-by: Eric Sesterhenn <snakebyte@gmx.de> Signed-off-by: Bob Copeland <me@bobcopeland.com>