]> git.proxmox.com Git - pve-kernel-2.6.32.git/blame - xfs-trans-ail-fix.patch
update to vzkernel-2.6.32-042stab113.12.src.rpm
[pve-kernel-2.6.32.git] / xfs-trans-ail-fix.patch
CommitLineData
b72da750
DM
1customers claims on high load average when using xfs\r
2\r
3see https://bugzilla.redhat.com/show_bug.cgi?id=883905\r
4\r
5diff --git a/fs/xfs/xfs_trans_ail.c b/fs/xfs/xfs_trans_ail.c\r
6index e8d8c84..a12ad65 100644\r
7--- a/fs/xfs/xfs_trans_ail.c\r
8+++ b/fs/xfs/xfs_trans_ail.c\r
9@@ -405,6 +405,7 @@ xfsaild_push(\r
10 xfs_trans_ail_cursor_done(ailp, cur);\r
11 spin_unlock(&ailp->xa_lock);\r
12 *last_lsn = 0;\r
13+ tout = 50;\r
14 return tout;\r
15 }\r
16\r