Re: [PATCH] cramfs: better MTD dependency expression

From: Nicolas Pitre
Date: Thu Feb 08 2018 - 15:10:51 EST


On Thu, 8 Feb 2018, Linus Torvalds wrote:

> On Wed, Feb 7, 2018 at 7:08 PM, Nicolas Pitre <nicolas.pitre@xxxxxxxxxx> wrote:
> >
> > Viro once told me that my cramfs pull requests could go either to him or
> > to you. I have only this one patch at the moment, and since it depends
> > on a commit that recently appeared in your tree I'm therefore sending it
> > directly to you.
>
> Applied.

Thanks.

> Although I'm not entirely convinced that the simpler dependency is
> easier to _read_ and understand.
>
> It is clearly simpler, though.

Probably depends on the mental representation you make of it. If you
consider driver A depending on driver B then having A <= B in terms of
build level dependency is pretty natural. Maybe it is just me but the
alternative always gave me pause.


Nicolas