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