Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c97be736051dacefb00643095d76fd5b70dfef7b
Commit:     c97be736051dacefb00643095d76fd5b70dfef7b
Parent:     dbcabad19aa91dc9bc7176fd2853fa74f724cd2f
Author:     Kevin Jamieson <[EMAIL PROTECTED]>
AuthorDate: Sat Feb 10 18:36:23 2007 +1100
Committer:  Tim Shimmin <[EMAIL PROTECTED]>
CommitDate: Sat Feb 10 18:36:23 2007 +1100

    [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 <[EMAIL PROTECTED]>
    Signed-off-by: David Chatterton <[EMAIL PROTECTED]>
    Signed-off-by: David Chinner <[EMAIL PROTECTED]>
    Signed-off-by: Tim Shimmin <[EMAIL PROTECTED]>
---
 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 b65dae6..eb94b97 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 {
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to