[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <48C10732.1050009@emcraft.com>
Date: Fri, 05 Sep 2008 14:17:22 +0400
From: Ilya Yanok <yanok@...raft.com>
To: Dan Williams <dan.j.williams@...el.com>
CC: Andrew Morton <akpm@...ux-foundation.org>,
linux-raid@...r.kernel.org, linux-kernel@...r.kernel.org,
wd@...x.de, yur@...raft.com
Subject: Re: [PATCH] ASYNC_TX: fix the bug in async_tx_run_dependencies
Hello,
Dan Williams wrote:
> Please also take a look at this cleanup patch that I will queue for
> .28. I think it makes things easier to read let me know if you
> disagree.
>
Look good for me. Hmm, actually I don't think that current version is so
hard to read...
Just one comment:
> - if (!next)
> + if (dep)
> + chan = dep->chan;
> + else
> return;
>
I don't like 'return' inside 'else'.
Regards, Ilya.
--
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