commit | be08d6d260b6e7eb346162a1081cdf5f94fda569 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Dec 06 13:32:36 2011 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Jan 03 22:57:13 2012 -0500 |
tree | fde11d2b2415a1a118e0da4a62c5bd8e635cb582 | |
parent | 0226f4923f6c9b40cfa1c1c1b19a6ac6b3924ead [diff] [blame] |
switch mnt_namespace ->root to struct mount Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/mount.h b/fs/mount.h index c6e99e0..0921b51 100644 --- a/fs/mount.h +++ b/fs/mount.h
@@ -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;