X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fmount.h;h=e4342b8dfab1c763db60fdfcb3974d9b5821ce5c;hb=484df667efe9365936540d5258ccafd03bb64bce;hp=64a858143ff923ab80499d5a865bde9de2257314;hpb=26b840ae5d5140fe7b2226098826c449e63de072;p=karo-tx-linux.git diff --git a/fs/mount.h b/fs/mount.h index 64a858143ff9..e4342b8dfab1 100644 --- a/fs/mount.h +++ b/fs/mount.h @@ -21,6 +21,7 @@ struct mnt_pcp { struct mountpoint { struct list_head m_hash; struct dentry *m_dentry; + struct list_head m_list; int m_count; }; @@ -47,6 +48,7 @@ struct mount { struct mount *mnt_master; /* slave is on master->mnt_slave_list */ struct mnt_namespace *mnt_ns; /* containing namespace */ struct mountpoint *mnt_mp; /* where is it mounted */ + struct list_head mnt_mp_list; /* list mounts with the same mountpoint */ #ifdef CONFIG_FSNOTIFY struct hlist_head mnt_fsnotify_marks; __u32 mnt_fsnotify_mask;