[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20080604072048.38CF85A0C@siro.lan>
Date: Wed, 4 Jun 2008 16:20:48 +0900 (JST)
From: yamamoto@...inux.co.jp (YAMAMOTO Takashi)
To: kamezawa.hiroyu@...fujitsu.com
Cc: linux-mm@...ck.org, linux-kernel@...r.kernel.org,
balbir@...ux.vnet.ibm.com, menage@...gle.com, xemul@...nvz.org
Subject: Re: [RFC][PATCH 1/2] memcg: res_counter hierarchy
> ssize_t res_counter_write(struct res_counter *counter, int member,
> - const char __user *buf, size_t nbytes, loff_t *pos,
> - int (*write_strategy)(char *buf, unsigned long long *val));
> + const char __user *buf, size_t nbytes, loff_t *pos,
> + int (*write_strategy)(char *buf, unsigned long long *val),
> + int (*set_strategy)(struct res_counter *res, unsigned long long val,
> + int what),
this comma seems surplus.
> + );
> +int res_counter_return_resource(struct res_counter *child,
> + unsigned long long val,
> + int (*callback)(struct res_counter *res, unsigned long long val),
> + int retry)
> +{
> + callback(parent, val);
s/parent/child/
YAMAMOTO Takashi
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists