diff options
author | Darrick J. Wong <djwong@kernel.org> | 2023-09-11 08:39:04 -0700 |
---|---|---|
committer | Darrick J. Wong <djwong@kernel.org> | 2023-09-11 08:39:04 -0700 |
commit | f5bfa695f02e02415e4bfb36bd83a8bc933a6d4f (patch) | |
tree | 8aa47e44f04ccf9b331b88cd3162e26fc63b3c59 /fs/xfs/xfs_mount.h | |
parent | 62334fab47621dd91ab30dd5bb6c43d78a8ec279 (diff) | |
download | lwn-f5bfa695f02e02415e4bfb36bd83a8bc933a6d4f.tar.gz lwn-f5bfa695f02e02415e4bfb36bd83a8bc933a6d4f.zip |
xfs: remove the all-mounts list
Revert commit 0ed17f01c8540 ("xfs: introduce all-mounts list for cpu
hotplug notifications") because the cpu hotplug hooks are now pointless,
so we don't need this list anymore.
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Diffstat (limited to 'fs/xfs/xfs_mount.h')
-rw-r--r-- | fs/xfs/xfs_mount.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_mount.h b/fs/xfs/xfs_mount.h index f4a8879ba0e9..6e2806654e94 100644 --- a/fs/xfs/xfs_mount.h +++ b/fs/xfs/xfs_mount.h @@ -97,7 +97,6 @@ typedef struct xfs_mount { xfs_buftarg_t *m_ddev_targp; /* saves taking the address */ xfs_buftarg_t *m_logdev_targp;/* ptr to log device */ xfs_buftarg_t *m_rtdev_targp; /* ptr to rt device */ - struct list_head m_mount_list; /* global mount list */ void __percpu *m_inodegc; /* percpu inodegc structures */ /* |