Re: [PATCH 3.9-stable] drbd: fix memory leak

2013-05-10 Thread Philipp Reisner
Yes, please. > This patch looks like it should be in the 3.9-stable tree, should we apply > it? > > -- > > From: "Lars Ellenberg " > > commit 94ad0a101415978be04945b2787be1e8e8a874db upstream > > We forgot to free the disk_conf, > so for each attach/detach cycle we leaked 336 b

[PATCH 3.9-stable] drbd: fix memory leak

2013-05-08 Thread Jonghwan Choi
This patch looks like it should be in the 3.9-stable tree, should we apply it? -- From: "Lars Ellenberg " commit 94ad0a101415978be04945b2787be1e8e8a874db upstream We forgot to free the disk_conf, so for each attach/detach cycle we leaked 336 bytes. Signed-off-by: Philipp Reisne