commit | f17828830df0d83c680f1703e491ac12703a3d19 | [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 | 55ca99f8940e230366cadd522702fac9f962e904 [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>