From: Miklos Szeredi Date: Wed, 30 Apr 2008 07:54:44 +0000 (-0700) Subject: fuse: fix node ID type X-Git-Tag: v2.6.26-rc1~143 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b48badf013018ef2aa4a46416454bdb18f77fb01;p=pandora-kernel.git fuse: fix node ID type Node ID is 64bit but it is passed as unsigned long to some functions. This breakage wasn't noticed, because libfuse uses unsigned long too. Signed-off-by: Miklos Szeredi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed