|
@@ -921,8 +921,8 @@ static int parse_options(char *options, int is_vfat, int silent, int *debug,
|
|
|
|
|
|
|
|
opts->isvfat = is_vfat;
|
|
opts->isvfat = is_vfat;
|
|
|
|
|
|
|
|
- opts->fs_uid = current->uid;
|
|
|
|
|
- opts->fs_gid = current->gid;
|
|
|
|
|
|
|
+ opts->fs_uid = current_uid();
|
|
|
|
|
+ opts->fs_gid = current_gid();
|
|
|
opts->fs_fmask = opts->fs_dmask = current->fs->umask;
|
|
opts->fs_fmask = opts->fs_dmask = current->fs->umask;
|
|
|
opts->allow_utime = -1;
|
|
opts->allow_utime = -1;
|
|
|
opts->codepage = fat_default_codepage;
|
|
opts->codepage = fat_default_codepage;
|