commit | 7606f85a701ed8feeac065e133ff9a51c267aa0d | [log] [tgz] |
---|---|---|
author | srimugunthan dhandapani <srimugunthan.dhandapani@gmail.com> | Fri Aug 26 16:08:39 2011 +0530 |
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Fri Aug 26 16:08:39 2011 +0530 |
tree | 6c6d307b349c0897a6f76c4d16e8ae50adc7897b | |
parent | d37854cf99319966f34bb19c7a897b87d478b56c [diff] |
UBIFS: fix the dark space calculation The dark space calculation should be 64 bit type-casted, when assigning to tmp64 (similar to how total_free is calculated). Overflow will occur for very large flashes. Signed-off-by: srimugunthan <srimugunthan.dhandapani@gmail.com> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>