[multipathd] adjust oom_adj to the 2.6.14 standards
authorChristophe Varoqui <root@xa-s05.(none)>
Wed, 7 Dec 2005 22:29:38 +0000 (23:29 +0100)
committerChristophe Varoqui <root@xa-s05.(none)>
Wed, 7 Dec 2005 22:29:38 +0000 (23:29 +0100)
As of 2.6.14, the kernel will only accept oom_adj values of > -17.
Writing '-17' into oom_adj will be ignored. This patch fixes the
value to -16.

Hannes Reinecke, Suse

multipathd/main.c

index cef6fc2..eee6556 100644 (file)
@@ -1554,7 +1554,7 @@ child (void * param)
        }
        signal_init();
        setscheduler();
-       set_oom_adj(-17);
+       set_oom_adj(-16);
        vecs = gvecs = init_vecs();
 
        if (!vecs)