X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Fmount.h;h=b29e42f05f3442b887e58ca1972a9333ec474bd7;hb=38129a13e6e71f666e0468e99fdd932a687b4d7e;hp=a17458ca6f29e4dbf1f1a1b8bb9e97949b279d29;hpb=9076e0cae70c5d6ddb9a0284a20885b2b8814416;p=~andy%2Flinux diff --git a/fs/mount.h b/fs/mount.h index a17458ca6f2..b29e42f05f3 100644 --- a/fs/mount.h +++ b/fs/mount.h @@ -19,13 +19,13 @@ struct mnt_pcp { }; struct mountpoint { - struct list_head m_hash; + struct hlist_node m_hash; struct dentry *m_dentry; int m_count; }; struct mount { - struct list_head mnt_hash; + struct hlist_node mnt_hash; struct mount *mnt_parent; struct dentry *mnt_mountpoint; struct vfsmount mnt;