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

2013-04-10 Thread Toshi Kani
On Tue, 2013-04-09 at 23:10 -0700, David Rientjes wrote: > On Mon, 8 Apr 2013, 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

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

2013-04-10 Thread David Rientjes
On Mon, 8 Apr 2013, 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

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

2013-04-10 Thread David Rientjes
On Mon, 8 Apr 2013, 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

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

2013-04-10 Thread Toshi Kani
On Tue, 2013-04-09 at 23:10 -0700, David Rientjes wrote: On Mon, 8 Apr 2013, 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

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

2013-04-08 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

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

2013-04-08 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