Home
last modified time | relevance | path

Searched hist:"8800 a044c71a128633cf3febaf4780531a991334" (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/omfs/
H A Domfs_fs.hdiff 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 Dinode.cdiff 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>