From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH 04/13] qemu-kvm: Remove eventfd compat header Date: Tue, 28 Jun 2011 14:09:08 +0300 Message-ID: <20110628110908.GB5661@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , Marcelo Tosatti , kvm@vger.kernel.org, Alex Williamson To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:14060 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757185Ab1F1LIt (ORCPT ); Tue, 28 Jun 2011 07:08:49 -0400 Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Jun 27, 2011 at 08:19:47PM +0200, Jan Kiszka wrote: > From: Jan Kiszka > > No longer used. > > Signed-off-by: Jan Kiszka I think it's actually handy to build on old systems which have a recent enough kernel but not the header. Does it hurt much to keep it around? > --- > compat/sys/eventfd.h | 13 ------------- > 1 files changed, 0 insertions(+), 13 deletions(-) > delete mode 100644 compat/sys/eventfd.h > > diff --git a/compat/sys/eventfd.h b/compat/sys/eventfd.h > deleted file mode 100644 > index f55d96a..0000000 > --- a/compat/sys/eventfd.h > +++ /dev/null > @@ -1,13 +0,0 @@ > -#ifndef _COMPAT_SYS_EVENTFD > -#define _COMPAT_SYS_EVENTFD > - > -#include > -#include > - > - > -static inline int eventfd (int count, int flags) > -{ > - return syscall(SYS_eventfd, count, flags); > -} > - > -#endif > -- > 1.7.1