X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fmount.h;h=14db05d424f7059d9bd035f88f9c50b719447ee8;hb=37db22346739d986c2863e2c7b5580e5f376c5e6;hp=b5b8082bfa4208086a7ee06741cb76670d51bab9;hpb=043cd04950431f206f784d1ed9b3fcc5993045f2;p=karo-tx-linux.git diff --git a/fs/mount.h b/fs/mount.h index b5b8082bfa42..14db05d424f7 100644 --- a/fs/mount.h +++ b/fs/mount.h @@ -118,7 +118,6 @@ static inline void unlock_mount_hash(void) } struct proc_mounts { - struct seq_file m; struct mnt_namespace *ns; struct path root; int (*show)(struct seq_file *, struct vfsmount *); @@ -127,8 +126,6 @@ struct proc_mounts { loff_t cached_index; }; -#define proc_mounts(p) (container_of((p), struct proc_mounts, m)) - extern const struct seq_operations mounts_op; extern bool __is_local_mountpoint(struct dentry *dentry);