linux/fs/hostfs
Al Viro 138d570de2 switch hostfs_iattr to explicit unsigned short
It's shared between kernel-compiled hostfs_kern and userland-compiled
hostfs_user (it's uml stuff).  Use explicit type instead of playing
silly buggers with mode_t.  It's not a userland API per se; it interacts
between code compiled with types same as for host kernel and, directly
linked to it, code talking to libc.  Both sides come from the same
kernel source...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2012-01-03 22:55:15 -05:00
..
Makefile
hostfs.h switch hostfs_iattr to explicit unsigned short 2012-01-03 22:55:15 -05:00
hostfs_kern.c switch ->mknod() to umode_t 2012-01-03 22:54:54 -05:00
hostfs_user.c um: kill useless include of user.h 2011-11-02 14:15:13 +01:00