From: Eric Sandeen Date: Wed, 27 Sep 2006 08:49:30 +0000 (-0700) Subject: [PATCH] ext3: inode numbers are unsigned long X-Git-Tag: v2.6.19-rc1~996 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eee194e76c681dbdbf5024b889fda1181b66ef57;p=pandora-kernel.git [PATCH] ext3: inode numbers are unsigned long This is primarily format string fixes, with changes to ialloc.c where large inode counts could overflow, and also pass around journal_inum as an unsigned long, just to be pedantic about it.... Signed-off-by: Eric Sandeen Cc: Mingming Cao Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed