Re: [PATCH 04/28] fs: add new vfs_poll and file_can_poll helpers

2018-03-21 Thread Greg KH
On Wed, Mar 21, 2018 at 08:40:08AM +0100, Christoph Hellwig wrote: > These abstract out calls to the poll method in preparation for changes > in how we poll. Yeah!!! > > Signed-off-by: Christoph Hellwig > Reviewed-by: Darrick J. Wong Reviewed-by: Greg Kroah-Hartman

[PATCH 04/28] fs: add new vfs_poll and file_can_poll helpers

2018-03-21 Thread Christoph Hellwig
These abstract out calls to the poll method in preparation for changes in how we poll. Signed-off-by: Christoph Hellwig Reviewed-by: Darrick J. Wong --- drivers/staging/comedi/drivers/serial2002.c | 4 ++-- drivers/vfio/virqfd.c | 2 +- drivers/vhost/vhost.c