Searched hist:"8800 a044c71a128633cf3febaf4780531a991334" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/omfs/ |
H A D | omfs_fs.h | diff 8800a044c71a128633cf3febaf4780531a991334 Tue Jul 06 10:16:46 CDT 2010 Bob Copeland <me@bobcopeland.com> 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>
|
H A D | inode.c | diff 8800a044c71a128633cf3febaf4780531a991334 Tue Jul 06 10:16:46 CDT 2010 Bob Copeland <me@bobcopeland.com> 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>
|