From: Kevin Jamieson Date: Sat, 10 Feb 2007 07:36:23 +0000 (+1100) Subject: [XFS] Fix block reservation changes for non-SMP systems. X-Git-Tag: v2.6.21-rc1~274^2~227^2~14 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=c97be736051dacefb00643095d76fd5b70dfef7b;p=linux-2.6-omap-h63xx.git [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 Signed-off-by: David Chatterton Signed-off-by: David Chinner Signed-off-by: Tim Shimmin --- 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); #else #define xfs_icsb_init_counters(mp) (0) -#define xfs_icsb_sync_counters_lazy(mp) do { } while (0) +#define xfs_icsb_sync_counters_flags(mp, flags) do { } while (0) #endif typedef struct xfs_mount {