res_counter: Merge res_counter_charge and res_counter_charge_nofail
authorFrederic Weisbecker <fweisbec@gmail.com>
Tue, 24 Apr 2012 23:11:35 +0000 (01:11 +0200)
committerTejun Heo <tj@kernel.org>
Fri, 27 Apr 2012 21:36:45 +0000 (14:36 -0700)
These two functions do almost the same thing and duplicate some code.
Merge their implementation into a single common function.
res_counter_charge_locked() takes one more parameter but it doesn't seem
to be used outside res_counter.c yet anyway.

There is no (intended) change in the behaviour.

Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Acked-by: Glauber Costa <glommer@parallels.com>
Acked-by: Kirill A. Shutemov <kirill@shutemov.name>
Cc: Li Zefan <lizefan@huawei.com>

No differences found