Skip to content
Commit 138d570d authored by Al Viro's avatar Al Viro
Browse files

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: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent a85cfdae
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment