lkml.org 
[lkml]   [2011]   [Jul]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: kdevtmpfs oops since yesterdays vfs merge
On Mon, Jul 25, 2011 at 06:12:51AM +0100, Al Viro wrote:

> Arrgh... OK, I see what's going on.
>
> req->err = handle(req->name, req->mode, req->dev);
> complete(&req->done);
> req = req->next;
> is letting the request creator to continue; if it leaves the scope, guess
> what is left in *req? That's right, garbage... Including req->next.
> All right, try this and let's see if it fixes the problem:

Yep, that solves the problem.

Dave


\
 
 \ /
  Last update: 2011-07-25 08:01    [W:0.048 / U:0.108 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site