public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
  • * Re: [PATCH 1/4] aio: remove the needless registration of ring file's private_data
           [not found] <1405996804-8262-1-git-send-email-guz.fnst@cn.fujitsu.com>
           [not found] ` <1405996804-8262-4-git-send-email-guz.fnst@cn.fujitsu.com>
    @ 2014-07-22 13:53 ` Jeff Moyer
           [not found] ` <1405996804-8262-2-git-send-email-guz.fnst@cn.fujitsu.com>
           [not found] ` <1405996804-8262-3-git-send-email-guz.fnst@cn.fujitsu.com>
      3 siblings, 0 replies; 11+ messages in thread
    From: Jeff Moyer @ 2014-07-22 13:53 UTC (permalink / raw)
      To: Gu Zheng; +Cc: bcrl, axboe, akpm, linux-aio, linux-kernel
    
    Gu Zheng <guz.fnst@cn.fujitsu.com> writes:
    
    > Remove the registration of ring file's private_data, we do not use
    > it.
    >
    > Signed-off-by: Gu Zheng <guz.fnst@cn.fujitsu.com>
    
    Reviewed-by: Jeff Moyer <jmoyer@redhat.com>
    
    > ---
    >  fs/aio.c |    1 -
    >  1 files changed, 0 insertions(+), 1 deletions(-)
    >
    > diff --git a/fs/aio.c b/fs/aio.c
    > index 955947e..ad35876 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;
    >  }
    
    ^ permalink raw reply	[flat|nested] 11+ messages in thread
  • [parent not found: <1405996804-8262-2-git-send-email-guz.fnst@cn.fujitsu.com>]
  • [parent not found: <1405996804-8262-3-git-send-email-guz.fnst@cn.fujitsu.com>]

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

    This is a public inbox, see mirroring instructions
    for how to clone and mirror all data and code used for this inbox