On Sat, 9 Sep 2000, Peter Steiner wrote:

>                 new_fops = fops_get(s->unit_fops);   
> 0x521 <soundcore_open+81>:      movl   0x4(%ebx),%eax

        ITYM 

> #define fops_get(fops) \
>         (((fops) && (fops)->owner)      \
                      ^^^^^^^^^^^^^ Bang!

fops (== s->unit_ops) points to hell.

>                 ? ( try_inc_mod_count((fops)->owner) ? (fops) : NULL ) \
>                 : (fops))
>                                        ^^^^^^^^^^^^ Bang!


-
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