Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932427Ab0GTPYX (ORCPT ); Tue, 20 Jul 2010 11:24:23 -0400 Received: from cantor2.suse.de ([195.135.220.15]:42364 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932410Ab0GTPYV (ORCPT ); Tue, 20 Jul 2010 11:24:21 -0400 Date: Tue, 20 Jul 2010 17:24:19 +0200 (CEST) From: Jiri Kosina To: Ralph Campbell Cc: Joe Perches , "linux-kernel@vger.kernel.org" , Infinipath , Roland Dreier , Sean Hefty , Hal Rosenstock , "linux-rdma@vger.kernel.org" Subject: Re: [PATCH 09/36] drivers/infiniband: Remove unnecessary casts of private_data In-Reply-To: <1279046497.2296.170.camel@chromite.mv.qlogic.com> Message-ID: References: <0074ff36bc27b141d3639e2d516cc6cd48364df6.1278967120.git.joe@perches.com> <1279046497.2296.170.camel@chromite.mv.qlogic.com> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1235 Lines: 35 On Tue, 13 Jul 2010, Ralph Campbell wrote: > Acked-by: Ralph Campbell > > On Mon, 2010-07-12 at 13:50 -0700, Joe Perches wrote: > > Signed-off-by: Joe Perches > > --- > > drivers/infiniband/hw/ipath/ipath_file_ops.c | 2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > > > diff --git a/drivers/infiniband/hw/ipath/ipath_file_ops.c b/drivers/infiniband/hw/ipath/ipath_file_ops.c > > index 9c5c66d..65eb892 100644 > > --- a/drivers/infiniband/hw/ipath/ipath_file_ops.c > > +++ b/drivers/infiniband/hw/ipath/ipath_file_ops.c > > @@ -2055,7 +2055,7 @@ static int ipath_close(struct inode *in, struct file *fp) > > > > mutex_lock(&ipath_mutex); > > > > - fd = (struct ipath_filedata *) fp->private_data; > > + fd = fp->private_data; > > fp->private_data = NULL; > > pd = fd->pd; > > if (!pd) { As the patch is not present in linux-next as of today, I have applied it. Thanks, -- Jiri Kosina SUSE Labs, Novell Inc. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/