fat/dir.c: switch to struct __fat_dirent
authorAdrian Bunk <bunk@kernel.org>
Fri, 25 Jul 2008 08:46:43 +0000 (01:46 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 25 Jul 2008 17:53:34 +0000 (10:53 -0700)
commit531f710f8e68fd2bad7516a090bff372f5f9cf6d
tree1f0434a54a9e8b62736438e6cd151bf5abddaadd
parent4596c8aaf96e8634ca755c9f34b91420a39bebd4
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 <bunk@kernel.org>
Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/fat/dir.c