[XFS] Workaround log space issue by increasing XFS_TRANS_PUSH_AIL_RESTARTS
authorVlad Apostolov <vapo@sgi.com>
Sat, 10 Feb 2007 07:35:52 +0000 (18:35 +1100)
committerTim Shimmin <tes@sgi.com>
Sat, 10 Feb 2007 07:35:52 +0000 (18:35 +1100)
SGI-PV: 959264
SGI-Modid: xfs-linux-melb:xfs-kern:27750a

Signed-off-by: Vlad Apostolov <vapo@sgi.com>
Signed-off-by: David Chatterton <chatz@sgi.com>
Signed-off-by: Tim Shimmin <tes@sgi.com>
fs/xfs/xfs_trans_ail.c

index fc39b166d403e609e356008f05c23fcb682d8b28..ceb4f6e999608ea25e3984e7d4e5100ed9a75c1b 100644 (file)
@@ -90,7 +90,7 @@ xfs_trans_push_ail(
        int                     flush_log;
        SPLDECL(s);
 
-#define        XFS_TRANS_PUSH_AIL_RESTARTS     10
+#define        XFS_TRANS_PUSH_AIL_RESTARTS     1000
 
        AIL_LOCK(mp,s);
        lip = xfs_trans_first_ail(mp, &gen);