diff options
Diffstat (limited to 'fs/fuse/fuse_i.h')
-rw-r--r-- | fs/fuse/fuse_i.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h index aff3a01ea02b..3ec2aff3fdb5 100644 --- a/fs/fuse/fuse_i.h +++ b/fs/fuse/fuse_i.h | |||
@@ -198,6 +198,9 @@ struct fuse_conn { | |||
198 | /** The user id for this mount */ | 198 | /** The user id for this mount */ |
199 | uid_t user_id; | 199 | uid_t user_id; |
200 | 200 | ||
201 | /** The group id for this mount */ | ||
202 | gid_t group_id; | ||
203 | |||
201 | /** The fuse mount flags for this mount */ | 204 | /** The fuse mount flags for this mount */ |
202 | unsigned flags; | 205 | unsigned flags; |
203 | 206 | ||