From: Adrian Hunter Date: Mon, 22 Jun 2009 14:31:09 +0000 (+0300) Subject: UBIFS: fix integer overflow warning X-Git-Tag: v2.6.31-rc3~22^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3dc5a665d39112e98cfd5bbc7fda2963c00c12c;p=pandora-kernel.git UBIFS: fix integer overflow warning Fix the following warning: fs/ubifs/io.c: In function 'ubifs_wbuf_init': fs/ubifs/io.c:860: warning: integer overflow in expression And limit maximum hrtimer delta to ULONG_MAX because the argument is 'unsigned long'. Signed-off-by: Adrian Hunter Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed