[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090504222404.GJ8633@ZenIV.linux.org.uk>
Date: Mon, 4 May 2009 23:24:04 +0100
From: Al Viro <viro@...IV.linux.org.uk>
To: Gregory Haskins <ghaskins@...ell.com>
Cc: kvm@...r.kernel.org, linux-kernel@...r.kernel.org, avi@...hat.com,
davidel@...ilserver.org
Subject: Re: [KVM PATCH v4 1/2] eventfd: export eventfd interfaces for
module use
On Mon, May 04, 2009 at 01:57:45PM -0400, Gregory Haskins wrote:
> @@ -56,6 +57,7 @@ int eventfd_signal(struct file *file, int n)
>
> return n;
> }
> +EXPORT_SYMBOL_GPL(eventfd_signal);
perhaps, but...
> @@ -197,6 +199,7 @@ struct file *eventfd_fget(int fd)
>
> return file;
> }
> +EXPORT_SYMBOL_GPL(eventfd_fget);
this one looks very odd. Could you show legitimate users?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists