"J. Bruce Fields" <[EMAIL PROTECTED]> wrote:
>
> > Have you added any code which does schedule_work()?
> 
>  Hm, I don't think so.  But of course I have some nfsv4 patches, and the
>  nfsv4 nfsd code does use schedule_delayed_work().  It's possible the
>  cleanup is wrong, and that bringing nfsd up and down could get nfsv4
>  into some bad state.  I'll take a look.  Would that explain this?

I guess so.  Anything which frees the memory which contains a work_struct
without having correctly descheduled that work_struct would cause this
crash.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to