diff options
Diffstat (limited to 'fs/autofs4/inode.c')
| -rw-r--r-- | fs/autofs4/inode.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/fs/autofs4/inode.c b/fs/autofs4/inode.c index c7e65bb30ba0..cfc23e53b6f4 100644 --- a/fs/autofs4/inode.c +++ b/fs/autofs4/inode.c | |||
| @@ -235,8 +235,8 @@ static int parse_options(char *options, int *pipefd, uid_t *uid, gid_t *gid, | |||
| 235 | substring_t args[MAX_OPT_ARGS]; | 235 | substring_t args[MAX_OPT_ARGS]; |
| 236 | int option; | 236 | int option; |
| 237 | 237 | ||
| 238 | *uid = current->uid; | 238 | *uid = current_uid(); |
| 239 | *gid = current->gid; | 239 | *gid = current_gid(); |
| 240 | *pgrp = task_pgrp_nr(current); | 240 | *pgrp = task_pgrp_nr(current); |
| 241 | 241 | ||
| 242 | *minproto = AUTOFS_MIN_PROTO_VERSION; | 242 | *minproto = AUTOFS_MIN_PROTO_VERSION; |
| @@ -455,11 +455,7 @@ struct inode *autofs4_get_inode(struct super_block *sb, | |||
| 455 | if (sb->s_root) { | 455 | if (sb->s_root) { |
| 456 | inode->i_uid = sb->s_root->d_inode->i_uid; | 456 | inode->i_uid = sb->s_root->d_inode->i_uid; |
| 457 | inode->i_gid = sb->s_root->d_inode->i_gid; | 457 | inode->i_gid = sb->s_root->d_inode->i_gid; |
| 458 | } else { | ||
| 459 | inode->i_uid = 0; | ||
| 460 | inode->i_gid = 0; | ||
| 461 | } | 458 | } |
| 462 | inode->i_blocks = 0; | ||
| 463 | inode->i_atime = inode->i_mtime = inode->i_ctime = CURRENT_TIME; | 459 | inode->i_atime = inode->i_mtime = inode->i_ctime = CURRENT_TIME; |
| 464 | 460 | ||
| 465 | if (S_ISDIR(inf->mode)) { | 461 | if (S_ISDIR(inf->mode)) { |
