[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20100421154843.GX27497@kernel.dk>
Date: Wed, 21 Apr 2010 17:48:44 +0200
From: Jens Axboe <jens.axboe@...cle.com>
To: Vivek Goyal <vgoyal@...hat.com>
Cc: linux kernel mailing list <linux-kernel@...r.kernel.org>,
Divyesh Shah <dpshah@...gle.com>,
Nauman Rafique <nauman@...gle.com>,
Gui Jianfeng <guijianfeng@...fujitsu.com>
Subject: Re: [PATCH V2] blkio: Fix blkio crash during rq stat update
On Wed, Apr 21 2010, Vivek Goyal wrote:
> On Wed, Apr 21, 2010 at 05:41:28PM +0200, Jens Axboe wrote:
> > On Wed, Apr 21 2010, Jens Axboe wrote:
> > > On Wed, Apr 21 2010, Vivek Goyal wrote:
> > > > @@ -1001,6 +1002,11 @@ static struct cfq_group *cfq_get_cfqg(struct cfq_data *cfqd, int create)
> > > > return cfqg;
> > > > }
> > > >
> > > > +static inline struct cfq_group *cfq_ref_get_cfqg(struct cfq_group *cfqg) {
> > > > + atomic_inc(&cfqg->ref);
> > > > + return cfqg;
> > > > +}
> > > > +
> > >
> > > Sorry to keep harping on this - style is still wrong, and:
> >
> > I'll fix these up by hand.
>
> Thanks Jens. Sorry for the trouble.
No problem, it's now committed. Thanks for fixing it.
--
Jens Axboe
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists