diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2012-07-31 01:42:00 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-07-31 04:25:19 +0400 |
commit | 6ed6a722f9abac25b0549e7507a2b745ede4475c (patch) | |
tree | e4abd14e4d767d37010df501e0941fd826590522 /fs/nilfs2/the_nilfs.h | |
parent | 8dccaf0607b3e047680952d0baf4da0486fbbcc1 (diff) | |
download | linux-6ed6a722f9abac25b0549e7507a2b745ede4475c.tar.xz |
minixfs: fix block limit check
On minix2 and minix3 usually max_size is 7fffffff and the check in
question prohibits creation of last block spanning right before 7fffffff,
due to downward rounding during the division. Fix it by using
multiplication instead.
[akpm@linux-foundation.org: fix up code layout, use local `sb']
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/nilfs2/the_nilfs.h')
0 files changed, 0 insertions, 0 deletions