aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mount.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_mount.h')
-rw-r--r--fs/xfs/xfs_mount.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_mount.h b/fs/xfs/xfs_mount.h
index 0088311d23e7..b20d59eab00a 100644
--- a/fs/xfs/xfs_mount.h
+++ b/fs/xfs/xfs_mount.h
@@ -257,6 +257,7 @@ typedef struct xfs_mount {
257 wait_queue_head_t m_wait_single_sync_task; 257 wait_queue_head_t m_wait_single_sync_task;
258 __int64_t m_update_flags; /* sb flags we need to update 258 __int64_t m_update_flags; /* sb flags we need to update
259 on the next remount,rw */ 259 on the next remount,rw */
260 struct list_head m_mplist; /* inode shrinker mount list */
260} xfs_mount_t; 261} xfs_mount_t;
261 262
262/* 263/*