linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
  • * Re: [RESEND PATCH 1/4] aio: remove the needless registration of ring file's private_data
           [not found] <1406109834-4414-1-git-send-email-guz.fnst@cn.fujitsu.com>
           [not found] ` <1406109834-4414-4-git-send-email-guz.fnst@cn.fujitsu.com>
    @ 2014-07-24 15:55 ` Benjamin LaHaise
           [not found] ` <1406109834-4414-2-git-send-email-guz.fnst@cn.fujitsu.com>
           [not found] ` <1406109834-4414-3-git-send-email-guz.fnst@cn.fujitsu.com>
      3 siblings, 0 replies; 6+ messages in thread
    From: Benjamin LaHaise @ 2014-07-24 15:55 UTC (permalink / raw)
      To: Gu Zheng; +Cc: axboe, akpm, jmoyer, linux-aio, linux-kernel
    
    On Wed, Jul 23, 2014 at 06:03:51PM +0800, Gu Zheng wrote:
    > Remove the registration of ring file's private_data, we do not use
    > it.
    
    Thanks Gu -- applied to my aio-next tree at 
    git://git.kvack.org/~bcrl/aio-next.git .
    
    		-ben
    
    > Reviewed-by: Jeff Moyer <jmoyer@redhat.com>
    > Signed-off-by: Gu Zheng <guz.fnst@cn.fujitsu.com>
    > ---
    >  fs/aio.c |    1 -
    >  1 files changed, 0 insertions(+), 1 deletions(-)
    > 
    > diff --git a/fs/aio.c b/fs/aio.c
    > index 1c9c5f0..94546ab 100644
    > --- a/fs/aio.c
    > +++ b/fs/aio.c
    > @@ -192,7 +192,6 @@ static struct file *aio_private_file(struct kioctx *ctx, loff_t nr_pages)
    >  	}
    >  
    >  	file->f_flags = O_RDWR;
    > -	file->private_data = ctx;
    >  	return file;
    >  }
    >  
    > -- 
    > 1.7.7
    
    -- 
    "Thought is the essence of where you are now."
    
    ^ permalink raw reply	[flat|nested] 6+ messages in thread
  • [parent not found: <1406109834-4414-2-git-send-email-guz.fnst@cn.fujitsu.com>]
  • [parent not found: <1406109834-4414-3-git-send-email-guz.fnst@cn.fujitsu.com>]

  • end of thread, other threads:[~2014-07-24 15:56 UTC | newest]
    
    Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
    -- links below jump to the message on this page --
         [not found] <1406109834-4414-1-git-send-email-guz.fnst@cn.fujitsu.com>
         [not found] ` <1406109834-4414-4-git-send-email-guz.fnst@cn.fujitsu.com>
    2014-07-23 13:25   ` [RESEND PATCH 4/4] aio: use iovec array rather than the single one Jeff Moyer
    2014-07-24  1:15     ` Gu Zheng
    2014-07-24 15:56   ` Benjamin LaHaise
    2014-07-24 15:55 ` [RESEND PATCH 1/4] aio: remove the needless registration of ring file's private_data Benjamin LaHaise
         [not found] ` <1406109834-4414-2-git-send-email-guz.fnst@cn.fujitsu.com>
    2014-07-24 15:55   ` [RESEND PATCH 2/4] aio: use the macro rather than the inline magic number Benjamin LaHaise
         [not found] ` <1406109834-4414-3-git-send-email-guz.fnst@cn.fujitsu.com>
    2014-07-24 15:56   ` [RESEND PATCH 3/4] aio: fix some comments Benjamin LaHaise
    

    This is a public inbox, see mirroring instructions
    for how to clone and mirror all data and code used for this inbox;
    as well as URLs for NNTP newsgroup(s).