From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?windows-1252?Q?Roger_Pau_Monn=E9?= Subject: Re: A memory leak problem in xen-blkback module Date: Mon, 15 Sep 2014 15:15:31 +0200 Message-ID: <5416E673.1020004@citrix.com> References: <5412999C.6010600@huawei.com> <5416B78F.50208@citrix.com> <5416E19A.4080209@huawei.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1XTWBu-0000un-Sw for xen-devel@lists.xenproject.org; Mon, 15 Sep 2014 13:19:39 +0000 In-Reply-To: <5416E19A.4080209@huawei.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: "Chentao(Boby)" , konrad.wilk@oracle.com Cc: liujinlj.liu@huawei.com, xen-devel@lists.xenproject.org, Yanqiangjun , zhangmin , wu.wubin@huawei.com List-Id: xen-devel@lists.xenproject.org El 15/09/14 a les 14.54, Chentao(Boby) ha escrit: > = > = > On 2014/9/15 17:55, Roger Pau Monn=E9 wrote: >> I have the following patch, which I think solves the problem. I've = >> placed the free_pages call in xen_blkbk_map itself, but it could also = >> be done in xen_blkbk_map_unmap. >> > I think the funtion is xen_blkbk_unmap, not xen_blkbk_map_unmap. Am I rig= ht? Yes, sorry for the typo. Could you confirm that this fix works for you? Roger.