aboutsummaryrefslogtreecommitdiff
path: root/kernel/fuse_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/fuse_i.h')
-rw-r--r--kernel/fuse_i.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/kernel/fuse_i.h b/kernel/fuse_i.h
index 721af55..32106af 100644
--- a/kernel/fuse_i.h
+++ b/kernel/fuse_i.h
@@ -13,7 +13,6 @@
#include <linux/fs.h>
#include <linux/list.h>
#include <linux/spinlock.h>
-#include <linux/rwsem.h>
#define MAX_CLEARED 256
@@ -31,6 +30,12 @@ struct fuse_conn {
/** The opened client device */
struct file *file;
+ /** The user id for this mount */
+ uid_t uid;
+
+ /** The fuse mount flags for this mount */
+ unsigned int flags;
+
/** The client wait queue */
wait_queue_head_t waitq;