]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/mount.h
ceph: add get_parent() NFS export callback
[karo-tx-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;