From: Mark Fasheh Date: Tue, 11 Sep 2007 00:30:26 +0000 (-0700) Subject: ocfs2: Pass raw u64 to filldir X-Git-Tag: v2.6.24-rc1~1398^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e8536797d4508ddc790cc3af6a281db1582d485;p=pandora-kernel.git ocfs2: Pass raw u64 to filldir filldir_t can take this, so don't turn de->inode into a 32 bit value. Right now this doesn't make a difference since no ocfs2 inodes overflow that, but it could be a nasty surprise later on if some kernel code is calling ocfs2_dir_foreach_blk() and expecting real inode numbers back... Signed-off-by: Mark Fasheh Reviewed-by: Joel Becker --- Reading git-diff-tree failed