diff options
author | Kevin Jamieson <kjamieson@bycast.com> | 2007-02-10 02:36:23 -0500 |
---|---|---|
committer | Tim Shimmin <tes@sgi.com> | 2007-02-10 02:36:23 -0500 |
commit | c97be736051dacefb00643095d76fd5b70dfef7b (patch) | |
tree | 592b6ac34ee4c94143dff8fd71289117aa253228 /fs/xfs/xfs_mount.h | |
parent | dbcabad19aa91dc9bc7176fd2853fa74f724cd2f (diff) |
[XFS] Fix block reservation changes for non-SMP systems.
SGI-PV: 956323
SGI-Modid: xfs-linux-melb:xfs-kern:27940a
Signed-off-by: Kevin Jamieson <kjamieson@bycast.com>
Signed-off-by: David Chatterton <chatz@sgi.com>
Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Tim Shimmin <tes@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_mount.h')
-rw-r--r-- | fs/xfs/xfs_mount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_mount.h b/fs/xfs/xfs_mount.h index b65dae61eb8d..eb94b977f84c 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 | ||
317 | typedef struct xfs_mount { | 317 | typedef struct xfs_mount { |