]> Pileus Git - ~andy/linux/blobdiff - fs/mount.h
switch mnt_namespace ->root to struct mount
[~andy/linux] / fs / mount.h
index c6e99e03350acf8c9fcb07d5451dc053c64ce530..0921b51e27e240123302cb654a26d051fd04740c 100644 (file)
@@ -4,7 +4,7 @@
 
 struct mnt_namespace {
        atomic_t                count;
-       struct vfsmount *       root;
+       struct mount *  root;
        struct list_head        list;
        wait_queue_head_t poll;
        int event;