From: Alexey Dobriyan Date: Sat, 2 Aug 2008 03:30:48 +0000 (+0400) Subject: [PATCH] proc: inode number fixlet X-Git-Tag: v2.6.27-rc5~15^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc996099174dc05b35b7a29301026987990e7f8c;p=pandora-kernel.git [PATCH] proc: inode number fixlet Ouch, if number taken from IDA is too big, the intent was to signal an error, not check for overflow and still do overflowing addition. One still needs 2^28 proc entries to notice this. Signed-off-by: Alexey Dobriyan Signed-off-by: Al Viro --- Reading git-diff-tree failed