commit | 194c1a80ba8319f2b1bc42d68ba2b4f1ed9052ab | [log] [tgz] |
---|---|---|
author | Ma Haijun <mahaijuns@gmail.com> | Wed Jan 08 06:49:43 2014 +0800 |
committer | Tom Rini <trini@ti.com> | Mon Jan 20 10:09:38 2014 -0500 |
tree | a1b6e277818fb7ffffef6a6e0171f1b4247bf53f | |
parent | f086d1dd381d270db1b096805601074264f5284e [diff] |
fs/ext4: fix partition size get truncated in calculation It may cause file system corruption when do a write operation. This issue only affects boards that use 32 bit lbaint_t. Signed-off-by: Ma Haijun <mahaijuns@gmail.com>