[sheepdog] [PATCH 5/7] sheep: split io_op_done
Christoph Hellwig
hch at infradead.org
Fri Jun 1 16:59:26 CEST 2012
On Fri, Jun 01, 2012 at 10:25:13PM +0800, Liu Yuan wrote:
> On 06/01/2012 04:52 PM, Christoph Hellwig wrote:
>
> > case SD_RES_OLD_NODE_VER:
> > + if (req->rp.epoch > sys->epoch) {
> > + list_add_tail(&req->request_list,
> > + &sys->wait_rw_queue);
> > + break;
>
>
> Here we should call return, not break out to call req_done
It should. levin li has a separate patch to fix this.
More information about the sheepdog
mailing list