Commit 7666ab5f authored by Vlad Apostolov's avatar Vlad Apostolov Committed by Tim Shimmin

[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: default avatarVlad Apostolov <vapo@sgi.com>
Signed-off-by: default avatarDavid Chatterton <chatz@sgi.com>
Signed-off-by: default avatarTim Shimmin <tes@sgi.com>
parent 5180602e
...@@ -90,7 +90,7 @@ xfs_trans_push_ail( ...@@ -90,7 +90,7 @@ xfs_trans_push_ail(
int flush_log; int flush_log;
SPLDECL(s); SPLDECL(s);
#define XFS_TRANS_PUSH_AIL_RESTARTS 10 #define XFS_TRANS_PUSH_AIL_RESTARTS 1000
AIL_LOCK(mp,s); AIL_LOCK(mp,s);
lip = xfs_trans_first_ail(mp, &gen); lip = xfs_trans_first_ail(mp, &gen);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment