Re: [PATCH 1/3] resource: Add __adjust_resource() for internal use

2013-04-02 Thread Yasuaki Ishimatsu
Hi Toshi, 2013/04/03 1:17, Toshi Kani wrote: > Added __adjust_resource(), which is called by adjust_resource() > internally after the resource_lock is held. There is no interface > change to adjust_resource(). This change allows other functions > to call __adjust_resource() internally while the

[PATCH 1/3] resource: Add __adjust_resource() for internal use

2013-04-02 Thread Toshi Kani
Added __adjust_resource(), which is called by adjust_resource() internally after the resource_lock is held. There is no interface change to adjust_resource(). This change allows other functions to call __adjust_resource() internally while the resource_lock is held. Signed-off-by: Toshi Kani ---