diff options
| author | Vladimir Serbinenko <[email protected]> | 2012-07-30 14:42:00 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2012-07-30 17:25:19 -0700 |
| commit | 6ed6a722f9abac25b0549e7507a2b745ede4475c (patch) | |
| tree | e4abd14e4d767d37010df501e0941fd826590522 /include/linux/debugobjects.h | |
| parent | 8dccaf0607b3e047680952d0baf4da0486fbbcc1 (diff) | |
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.
[[email protected]: fix up code layout, use local `sb']
Signed-off-by: Vladimir Serbinenko <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions