> > Also add minor fix: when parsing the "mode" option, mask with
We still use 16 bit types? Strange ;)
Yeah, it's a matter of taste. I'll update the patch.
Actually, a lot of filesystems share the options 'uid=X', 'gid=X',
'mode=X' (or 'umask=X'). This could be handled by the VFS, saving
some code, and making things more consistent. One day maybe...
Thanks,
Miklos
--