vfs: move mnt_devname
[deliverable/linux.git] / fs / mount.h
index 7060d2a6f80288cd7e77e99e4d1b72fa5bbf27ae..c5fc3f7a9580dca3ae740217fbb5e84b548165e2 100644 (file)
@@ -19,7 +19,8 @@ struct mount {
 #endif
        struct list_head mnt_mounts;    /* list of children, anchored here */
        struct list_head mnt_child;     /* and going through their mnt_child */
-       /* yet to be moved - up to mnt_devname */
+       /* yet to be moved - fsnotify ones go here */
+       const char *mnt_devname;        /* Name of device e.g. /dev/dsk/hda1 */
        struct list_head mnt_list;
        struct list_head mnt_expire;    /* link in fs-specific expiry list */
        struct list_head mnt_share;     /* circular list of shared mounts */
This page took 0.029607 seconds and 5 git commands to generate.