From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 2/3] libxl: fd events: Break out fd_occurs Date: Fri, 17 Apr 2015 10:02:47 +0100 Message-ID: <1429261367.25195.206.camel@citrix.com> References: <[PATCH v2 0/3] libxl: fd events: Recheck fd events> <1429208608-6185-1-git-send-email-ian.jackson@eu.citrix.com> <1429208608-6185-3-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1429208608-6185-3-git-send-email-ian.jackson@eu.citrix.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: Ian Jackson Cc: Jim Fehlig , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Thu, 2015-04-16 at 19:23 +0100, Ian Jackson wrote: > No functional change, only code motion. > > Currently, contrary to this function's name, there are two sites where > efd->func() is called so one of them doesn't go through here just yet. > That will be dealt with in the next commit. > > Signed-off-by: Ian Jackson > CC: Jim Fehlig > CC: Konrad Rzeszutek Wilk Acked-by: Ian Campbell