]> bbs.cooldavid.org Git - net-next-2.6.git/commit - fs/ext3/ialloc.c
[PATCH] ext3: inode numbers are unsigned long
authorEric Sandeen <esandeen@redhat.com>
Wed, 27 Sep 2006 08:49:30 +0000 (01:49 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 27 Sep 2006 15:26:09 +0000 (08:26 -0700)
commiteee194e76c681dbdbf5024b889fda1181b66ef57
treebbefd2b2da5a49dcf8057e182f35c044445111e9
parent41f04d852e359582518f950d12b2287766613022
[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 <esandeen@redhat.com>
Cc: Mingming Cao <cmm@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/ext3/ialloc.c
fs/ext3/inode.c
fs/ext3/namei.c
fs/ext3/super.c
fs/ext3/xattr.c