Re: [PATCH 0/3] eventfd: clean up unneeded cruft

From: Al Viro
Date: Sat Jan 06 2018 - 14:00:54 EST


On Sat, Jan 06, 2018 at 06:46:19PM +0000, Al Viro wrote:
> On Sat, Jan 06, 2018 at 09:45:41AM -0800, Eric Biggers wrote:
> > This series removes some cruft (mainly exported functions) from
> > fs/eventfd.c which seems to have been added while the KVM irqfd feature
> > was under development some years ago, but was never actually used.
>
> Applied.


Said that, is there any reason for keeping e.g. vhost_dev->log_file around?
We already keep ->log_ctx, so... Ditto for vq->call and vq->error,
and if we did it for vq->kick as well, we'd be able to get rid of
separate eventfd_fget() as well.