]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/mount.h
[PATCH] namespace: rename mnt_fslink to mnt_expire
[net-next-2.6.git] / include / linux / mount.h
index 8b8d3b9beefdc4f91cfa12d9275976408590cbcc..196d2d6de4a36c4a395ca7d82951e6772dcd2937 100644 (file)
@@ -34,7 +34,7 @@ struct vfsmount
        int mnt_expiry_mark;            /* true if marked for expiry */
        char *mnt_devname;              /* Name of device e.g. /dev/dsk/hda1 */
        struct list_head mnt_list;
-       struct list_head mnt_fslink;    /* link in fs-specific expiry list */
+       struct list_head mnt_expire;    /* link in fs-specific expiry list */
        struct namespace *mnt_namespace; /* containing namespace */
 };