[Devel] [PATCH RHEL7 COMMIT] vziolimit: port diff-vziolimit-charge-fuse-requests-into-iops-throttler

Konstantin Khorenko khorenko at odin.com
Tue May 5 02:44:43 PDT 2015


The commit is pushed to "branch-rh7-3.10.0-123.1.2-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git
after rh7-3.10.0-123.1.2.vz7.4.9
------>
commit a67e2965b48f351fdeee9cfc06b74f53999d80d0
Author: Dmitry Monakhov <dmonakhov at openvz.org>
Date:   Tue May 5 13:44:43 2015 +0400

    vziolimit: port diff-vziolimit-charge-fuse-requests-into-iops-throttler
    
    vziolimit: charge fuse requests into iops throttler
    
    And the final gravestone...
    
    https://jira.sw.ru/browse/PSBM-10626
    
    Signed-off-by: Konstantin Khlebnikov <khlebnikov at openvz.org>
    
    ====================================
    https://jira.sw.ru/browse/PSBM-20104
    
    Signed-off-by: Dmitry Monakhov <dmonakhov at openvz.org>
---
 kernel/ve/vziolimit.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kernel/ve/vziolimit.c b/kernel/ve/vziolimit.c
index 367fb68..906e32a 100644
--- a/kernel/ve/vziolimit.c
+++ b/kernel/ve/vziolimit.c
@@ -173,6 +173,7 @@ static int iolimit_virtinfo(struct vnotifier_block *nb,
 			}
 			spin_unlock_irqrestore(&ub->ub_lock, flags);
 			break;
+		case VIRTINFO_IO_FUSE_REQ:
 		case VIRTINFO_IO_OP_ACCOUNT:
 			if (!iolimit->iops.speed)
 				break;



More information about the Devel mailing list