From 5355eb05dcbc80dd95d43fc87d0e555822fd9755 Mon Sep 17 00:00:00 2001 From: Vlad Apostolov Date: Sat, 10 Feb 2007 18:35:52 +1100 Subject: [PATCH] --- yaml --- r: 47846 b: refs/heads/master c: 7666ab5fb378678a9d5eb3c0dc8d3170e274e7a4 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/xfs/xfs_trans_ail.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 1f41d33e6f11..9308fe33563c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5180602e6fd6f7d221e51670567f3809ecfe968f +refs/heads/master: 7666ab5fb378678a9d5eb3c0dc8d3170e274e7a4 diff --git a/trunk/fs/xfs/xfs_trans_ail.c b/trunk/fs/xfs/xfs_trans_ail.c index fc39b166d403..ceb4f6e99960 100644 --- a/trunk/fs/xfs/xfs_trans_ail.c +++ b/trunk/fs/xfs/xfs_trans_ail.c @@ -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);