Followup to:  <[EMAIL PROTECTED]>
By author:    Linus Torvalds <[EMAIL PROTECTED]>
In newsgroup: linux.dev.kernel
> 
> On Tue, 31 Oct 2000, Peter Samuelson wrote:
> > 
> > The thing that Keith's patch does is flush these things out into the
> > open.  By using LINK_FIRST/LINK_LAST, we declare that "these are the
> > known issues" -- and then the rest of the objects are reordered, and if
> > something breaks, we track it down and add it to LINK_FIRST.
> 
> But it doesn't even WORK.
> 
> You need to have 
> 
>       LINK_FIRST1
>       LINK_FIRST2
>       LINK_FIRST3
>       ...
> 
> etc to get the proper ordering.
> 
> USB is the _easy_ case. There happen sto be only one file that cares about
> ordering.
> 
> In many other cases, like SCSI, we need almost _total_ ordering. For such
> a case, theer is no "first" or "last" - there is a well-specific ORDER.
> 

Sounds like what you actually need is LINK_BEFORE() LINK_AFTER() and a
topological sort.

        -hpa
-- 
<[EMAIL PROTECTED]> at work, <[EMAIL PROTECTED]> in private!
"Unix gives you enough rope to shoot yourself in the foot."
http://www.zytor.com/~hpa/puzzle.txt
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to