[CRIU] Re: [PATCH 1/2] parasite: replace stack heap with mapped one

Cyrill Gorcunov gorcunov at openvz.org
Wed Feb 22 12:42:50 EST 2012


On Wed, Feb 22, 2012 at 08:32:40PM +0300, Kinsbursky Stanislav wrote:
>  
>  static int __used parasite_service(unsigned long cmd, void *args, void *brk)
>  {
> -	brk_init(brk);
> -

Drop brk from function arguments list as well, it's not even passed anymore.

	Cyrill


More information about the CRIU mailing list