vfs: move the rest of int fields to struct mount
[linux-2.6-block.git] / include / linux / mount.h
index b26dc40bfafc824f6e934361f3d91d466e32a462..080e3088ca81fbfe5c6ff60342b8df6a33da0dd0 100644 (file)
@@ -58,9 +58,6 @@ struct vfsmount {
 #endif
        const char *mnt_devname;        /* Name of device e.g. /dev/dsk/hda1 */
        struct list_head mnt_list;
-       int mnt_expiry_mark;            /* true if marked for expiry */
-       int mnt_pinned;
-       int mnt_ghosts;
 };
 
 struct file; /* forward dec */