From: Adrian Bunk Date: Fri, 25 Jul 2008 08:46:46 +0000 (-0700) Subject: remove the in-kernel struct dirent{,64} X-Git-Tag: v2.6.27-rc1~405 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf6ae8b50e0ee3f764392dadd1970e3f03c40773;p=pandora-kernel.git remove the in-kernel struct dirent{,64} The kernel struct dirent{,64} were different from the ones in userspace. Even worse, we exported the kernel ones to userspace. But after the fat usages are fixed we can remove the conflicting kernel versions. Reviewed-by: H. Peter Anvin Signed-off-by: Adrian Bunk Cc: OGAWA Hirofumi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed