aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fuse_i.h
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2001-11-09 14:49:18 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2001-11-09 14:49:18 +0000
commit8cffdb9707f6d2b19a8cf639f1ec159bb5f55695 (patch)
treed4581e099df031e1b344350a25bd9d55d15eb267 /kernel/fuse_i.h
parent552c2816d7c3f5ac4a909108c13bdbddf7c2fc48 (diff)
downloadlibfuse-8cffdb9707f6d2b19a8cf639f1ec159bb5f55695.tar.gz
preparing for release
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;