remarkable-linux/fs/hostfs
Geert Uytterhoeven 3ee6bd8e8d uml/hostfs: Propagate dirent.d_type to filldir()
Currently the (optional) d_type member in struct dirent is always
DT_UNKNOWN on hostfs, which may confuse buggy software using readdir().
Make sure to propagate its value from the underlying filesystem if it's
available there.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Richard Weinberger <richard@nod.at>
2012-03-25 00:29:52 +01:00
..
hostfs.h uml/hostfs: Propagate dirent.d_type to filldir() 2012-03-25 00:29:52 +01:00
hostfs_kern.c uml/hostfs: Propagate dirent.d_type to filldir() 2012-03-25 00:29:52 +01:00
hostfs_user.c uml/hostfs: Propagate dirent.d_type to filldir() 2012-03-25 00:29:52 +01:00
Makefile