diff options
author | Vlad Apostolov | 2007-02-10 08:35:52 +0100 |
---|---|---|
committer | Tim Shimmin | 2007-02-10 08:35:52 +0100 |
commit | 7666ab5fb378678a9d5eb3c0dc8d3170e274e7a4 (patch) | |
tree | fe8e89380d84924a54c1336b7d8a52ac8f6c863e | |
parent | [XFS] remove unused filp from ioctl functions (diff) | |
download | kernel-qcow2-linux-7666ab5fb378678a9d5eb3c0dc8d3170e274e7a4.tar.gz kernel-qcow2-linux-7666ab5fb378678a9d5eb3c0dc8d3170e274e7a4.tar.xz kernel-qcow2-linux-7666ab5fb378678a9d5eb3c0dc8d3170e274e7a4.zip |
[XFS] Workaround log space issue by increasing XFS_TRANS_PUSH_AIL_RESTARTS
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>
-rw-r--r-- | fs/xfs/xfs_trans_ail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_trans_ail.c b/fs/xfs/xfs_trans_ail.c index fc39b166d403..ceb4f6e99960 100644 --- a/fs/xfs/xfs_trans_ail.c +++ b/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); |