From: Artem Bityutskiy Date: Tue, 27 May 2014 12:24:39 +0000 (+0300) Subject: UBIFS: fix debugging check X-Git-Tag: omap-for-v3.16/fixes-against-rc1~71^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba6a7d55634b9ddf119216faef55f2463b17d60b;p=pandora-kernel.git 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 Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed