2007-12-10 16:29:09

by Trond Myklebust

[permalink] [raw]
Subject: Re: [NFS] [PATCH] xprtrdma: fix XDR tail buf marshalling for all ops


On Mon, 2007-12-10 at 11:23 -0500, Trond Myklebust wrote:

> Look at the damned thing. _Every_ chunk in it has an 'if (read)' else.
> It that is 'similar logic' then I'm a duck.

..or to spell it out:


while (1) {
if (Trond)
write_sarky_mail();
else
quack();
}

is not a sign of 'similar logic'. It just means that both Trond and
ducks do the same thing over and over again.

Trond