diff options
Diffstat (limited to 'fs/fuse/fuse_i.h')
-rw-r--r-- | fs/fuse/fuse_i.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h index e24dd74e306..e105a53fc72 100644 --- a/fs/fuse/fuse_i.h +++ b/fs/fuse/fuse_i.h | |||
@@ -333,10 +333,10 @@ struct fuse_conn { | |||
333 | atomic_t count; | 333 | atomic_t count; |
334 | 334 | ||
335 | /** The user id for this mount */ | 335 | /** The user id for this mount */ |
336 | uid_t user_id; | 336 | kuid_t user_id; |
337 | 337 | ||
338 | /** The group id for this mount */ | 338 | /** The group id for this mount */ |
339 | gid_t group_id; | 339 | kgid_t group_id; |
340 | 340 | ||
341 | /** The fuse mount flags for this mount */ | 341 | /** The fuse mount flags for this mount */ |
342 | unsigned flags; | 342 | unsigned flags; |