Skip to content

Commit

Permalink
[XFS] Workaround log space issue by increasing XFS_TRANS_PUSH_AIL_RES…
Browse files Browse the repository at this point in the history
…TARTS

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>
  • Loading branch information
Vlad Apostolov authored and Tim Shimmin committed Feb 10, 2007
1 parent 5180602 commit 7666ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/xfs/xfs_trans_ail.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 7666ab5

Please sign in to comment.