]> Git Repo - linux.git/commit
fat/dir.c: switch to struct __fat_dirent
authorAdrian Bunk <[email protected]>
Fri, 25 Jul 2008 08:46:43 +0000 (01:46 -0700)
committerLinus Torvalds <[email protected]>
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 <[email protected]>
Signed-off-by: OGAWA Hirofumi <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/fat/dir.c
This page took 0.048829 seconds and 4 git commands to generate.