commit | ba6a7d55634b9ddf119216faef55f2463b17d60b | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Tue May 27 15:24:39 2014 +0300 |
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Wed May 28 11:10:09 2014 +0300 |
tree | 38168863021d503094ec8f5d7527527e11bfed76 | |
parent | a0fd59511e0a0514d24044a29da0f6144f8600e5 [diff] |
UBIFS: fix debugging check The debugging check which verifies that we never write outside of the file length was incorrect, since it was multiplying file length by the page size, instead of dividing. Fix this. Spotted-by: hujianyang <hujianyang@huawei.com> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>