From: David S. Miller Date: Mon, 18 Apr 2005 22:13:15 +0000 (-0700) Subject: [PATCH] sparc64: Fix stat X-Git-Tag: v2.6.12-rc3~27^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ba4da03cc84f54b2574e1abcdaa18ef8456a9fb;p=pandora-kernel.git [PATCH] sparc64: Fix stat Like Alpha, sparc64's struct stat was defined before we had the nanosecond et al. fields added. So like Alpha I have to cons up a struct stat64 to get this stuff. I'll work on the glibc bits soon. Also, we were forgetting to fill in the nanosecond fields in the sparc compat stat64 syscalls. Signed-off-by: David S. Miller Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed