mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
ntfs: propagate umode_t
same story as with isofs and udf... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
7328bdd6cf
commit
d0c00d0671
2 changed files with 5 additions and 5 deletions
|
@ -48,8 +48,8 @@ typedef struct {
|
|||
unsigned long flags; /* Miscellaneous flags, see below. */
|
||||
uid_t uid; /* uid that files will be mounted as. */
|
||||
gid_t gid; /* gid that files will be mounted as. */
|
||||
mode_t fmask; /* The mask for file permissions. */
|
||||
mode_t dmask; /* The mask for directory
|
||||
umode_t fmask; /* The mask for file permissions. */
|
||||
umode_t dmask; /* The mask for directory
|
||||
permissions. */
|
||||
u8 mft_zone_multiplier; /* Initial mft zone multiplier. */
|
||||
u8 on_errors; /* What to do on filesystem errors. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue