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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_mount.h b/fs/xfs/xfs_mount.h
index b65dae61eb8..eb94b977f84 100644
--- a/fs/xfs/xfs_mount.h
+++ b/fs/xfs/xfs_mount.h
@@ -311,7 +311,7 @@ extern void xfs_icsb_sync_counters_flags(struct xfs_mount *, int);
311 311
312#else 312#else
313#define xfs_icsb_init_counters(mp) (0) 313#define xfs_icsb_init_counters(mp) (0)
314#define xfs_icsb_sync_counters_lazy(mp) do { } while (0) 314#define xfs_icsb_sync_counters_flags(mp, flags) do { } while (0)
315#endif 315#endif
316 316
317typedef struct xfs_mount { 317typedef struct xfs_mount {