]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/mount.h
cuse: use mutex as registration lock instead of spinlocks
[karo-tx-linux.git] / fs / mount.h
index e9c37dd3d00dbc958107f2d2165a5207d5a26934..cd50079804003ece9325c5338089952f9fa0166b 100644 (file)
@@ -4,8 +4,10 @@
 
 struct mnt_namespace {
        atomic_t                count;
+       unsigned int            proc_inum;
        struct mount *  root;
        struct list_head        list;
+       struct user_namespace   *user_ns;
        u64                     seq;    /* Sequence number to prevent loops */
        wait_queue_head_t poll;
        int event;