]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/mount.h
Merge remote-tracking branch 'target-merge/for-next-merge'
[karo-tx-linux.git] / fs / mount.h
index b5b8082bfa4208086a7ee06741cb76670d51bab9..14db05d424f7059d9bd035f88f9c50b719447ee8 100644 (file)
@@ -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);