Merge remote-tracking branches 'regulator/fix/bcm590xx', 'regulator/fix/s2m' and...
[deliverable/linux.git] / fs / mount.h
index acdb428de393f11406c119680032000ac1b0f66a..b29e42f05f3442b887e58ca1972a9333ec474bd7 100644 (file)
@@ -25,7 +25,7 @@ struct mountpoint {
 };
 
 struct mount {
-       struct list_head mnt_hash;
+       struct hlist_node mnt_hash;
        struct mount *mnt_parent;
        struct dentry *mnt_mountpoint;
        struct vfsmount mnt;
This page took 0.026656 seconds and 5 git commands to generate.