On Tue, Jan 22, 2019 at 08:31:20AM +0200, Leon Romanovsky wrote: > From: Parav Pandit <parav@xxxxxxxxxxxx> > > As the comment block of nonseekable_open() describes, nonseekable_open() > can never fail. Several places in kernel depend on this behavior. > Therefore, simplify umad module to depend on this basic kernel > functionality. > > Signed-off-by: Parav Pandit <parav@xxxxxxxxxxxx> > Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxxxx> > Reviewed-by: Ira Weiny <ira.weiny@xxxxxxxxx> > --- > drivers/infiniband/core/user_mad.c | 30 ++++++++++-------------------- > 1 file changed, 10 insertions(+), 20 deletions(-) Applied to for-next Thanks, Jason