From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938033AbYD1VKB (ORCPT ); Mon, 28 Apr 2008 17:10:01 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965542AbYD1VJU (ORCPT ); Mon, 28 Apr 2008 17:09:20 -0400 Received: from gw.goop.org ([64.81.55.164]:48582 "EHLO mail.goop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965773AbYD1VJT (ORCPT ); Mon, 28 Apr 2008 17:09:19 -0400 Message-ID: <48163CF4.6050501@goop.org> Date: Mon, 28 Apr 2008 14:09:08 -0700 From: Jeremy Fitzhardinge User-Agent: Thunderbird 2.0.0.12 (X11/20080418) MIME-Version: 1.0 To: Chris Wright CC: Adrian Bunk , Jeremy Fitzhardinge , xen-devel@lists.xensource.com, linux-kernel@vger.kernel.org Subject: Re: drivers/xen/grant-table.c:gnttab_suspend() is unused References: <20080428153900.GI2813@cs181133002.pp.htv.fi> <20080428174857.GG18358@sequoia.sous-sol.org> In-Reply-To: <20080428174857.GG18358@sequoia.sous-sol.org> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Chris Wright wrote: > * Adrian Bunk (bunk@kernel.org) wrote: > >> drivers/xen/grant-table.c:gnttab_suspend() is unused, and I have the gut >> feeling it should have been used. >> > > Right, it should get used when suspending a guest supported. > I'm working on that at the moment, so we may as well keep it for now. J