From: Daniel Hokka Zakrisson Date: Sat, 4 Nov 2006 13:59:28 +0000 (+0000) Subject: Fix typos from last commit. X-Git-Tag: release-0.30.212~54 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de1587ade0cb90cefe81838fa3e5480a4b90e08e;p=util-vserver.git Fix typos from last commit. git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2369 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/lib/syscall_setsched-v21.hc b/lib/syscall_setsched-v21.hc index 2023447..e89e480 100644 --- a/lib/syscall_setsched-v21.hc +++ b/lib/syscall_setsched-v21.hc @@ -35,7 +35,7 @@ vc_set_sched_v21(xid_t xid, struct vc_set_sched const *data) k_data.tokens_max = data->tokens_max; k_data.prio_bias = data->priority_bias; k_data.cpu_id = data->cpu_id; - k_data.bucket_id = data->bucked_it; + k_data.bucket_id = data->bucket_id; return vserver(VCMD_set_sched, CTX_USER2KERNEL(xid), &k_data); } diff --git a/lib/vserver.h b/lib/vserver.h index 68cee6b..b704b17 100644 --- a/lib/vserver.h +++ b/lib/vserver.h @@ -207,7 +207,7 @@ #define VC_VXC_QUOTA_CTL 0x00100000ull #define VC_VXC_ADMIN_MAPPER 0x00200000ull -#define VC_VXC_ADMIN_LOOP 0x00400000ull +#define VC_VXC_ADMIN_CLOOP 0x00400000ull // the scheduler flags