From: Adrian Bunk Date: Fri, 25 Jul 2008 08:46:43 +0000 (-0700) Subject: fat/dir.c: switch to struct __fat_dirent X-Git-Tag: v2.6.27-rc1~410 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=531f710f8e68fd2bad7516a090bff372f5f9cf6d;p=pandora-kernel.git fat/dir.c: switch to struct __fat_dirent struct __fat_dirent is what was formerly the kernel struct dirent (that was different from the userspace struct dirent). Converting all fat users to struct __fat_dirent will allow us to get rid of the conflicting struct dirent definition. Signed-off-by: Adrian Bunk Signed-off-by: OGAWA Hirofumi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed