commit | eee194e76c681dbdbf5024b889fda1181b66ef57 | [log] [tgz] |
---|---|---|
author | Eric Sandeen <esandeen@redhat.com> | Wed Sep 27 01:49:30 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Sep 27 08:26:09 2006 -0700 |
tree | bbefd2b2da5a49dcf8057e182f35c044445111e9 | |
parent | 41f04d852e359582518f950d12b2287766613022 [diff] |
[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>