]> err.no Git - linux-2.6/blobdiff - include/linux/mount.h
[PATCH] sched: add option to serialize load balancing
[linux-2.6] / include / linux / mount.h
index 403d1a97c512909c311815c4a282af8ea541351f..e357dc86a4de304c0fd77cdcc83fce0ffa475319 100644 (file)
@@ -20,7 +20,7 @@
 struct super_block;
 struct vfsmount;
 struct dentry;
-struct namespace;
+struct mnt_namespace;
 
 #define MNT_NOSUID     0x01
 #define MNT_NODEV      0x02
@@ -52,7 +52,7 @@ struct vfsmount {
        struct list_head mnt_slave_list;/* list of slave mounts */
        struct list_head mnt_slave;     /* slave list entry */
        struct vfsmount *mnt_master;    /* slave is on master->mnt_slave_list */
-       struct namespace *mnt_namespace; /* containing namespace */
+       struct mnt_namespace *mnt_ns;   /* containing namespace */
        int mnt_pinned;
 };