diff options
Diffstat (limited to 'fs/xfs/xfs_mount.h')
-rw-r--r-- | fs/xfs/xfs_mount.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_mount.h b/fs/xfs/xfs_mount.h index 7cca5110ca44..9d2ffbdc37a9 100644 --- a/fs/xfs/xfs_mount.h +++ b/fs/xfs/xfs_mount.h | |||
@@ -401,6 +401,7 @@ typedef struct xfs_mount { | |||
401 | #ifdef HAVE_PERCPU_SB | 401 | #ifdef HAVE_PERCPU_SB |
402 | xfs_icsb_cnts_t *m_sb_cnts; /* per-cpu superblock counters */ | 402 | xfs_icsb_cnts_t *m_sb_cnts; /* per-cpu superblock counters */ |
403 | unsigned long m_icsb_counters; /* disabled per-cpu counters */ | 403 | unsigned long m_icsb_counters; /* disabled per-cpu counters */ |
404 | struct notifier_block m_icsb_notifier; /* hotplug cpu notifier */ | ||
404 | #endif | 405 | #endif |
405 | } xfs_mount_t; | 406 | } xfs_mount_t; |
406 | 407 | ||