[PATCH] nfs: fix deallocation of struct node.

2016-02-15 Thread Flavio Cruz
* nfs/cache.c: Do not free np->nn since np and np->nn are being allocated contiguously. --- nfs/cache.c | 1 - 1 file changed, 1 deletion(-) diff --git a/nfs/cache.c b/nfs/cache.c index 4719ae3..b48152e 100644 --- a/nfs/cache.c +++ b/nfs/cache.c @@ -158,7 +158,6 @@ netfs_node_norefs (struct node

Re: active translators stdout/stderr

2016-02-15 Thread Samuel Thibault
Justus Winter, on Mon 15 Feb 2016 11:56:24 +0100, wrote: > > - When mounting the cdrom image from debian installer scripts, the > > script is not considered finished since the isofs translator is still > > running and possibly emitting output. > > I'm not sure I understand. How is that relate

Re: active translators stdout/stderr

2016-02-15 Thread Justus Winter
Hi ;) Quoting Samuel Thibault (2016-02-14 22:09:37) > We have various issues with the active translators' stdout/stderr: > > - When mounting /proc from /etc/init.d/rc, stdout/stderr is closed, and > thus as soon as e.g. mtab reports a warning, it gets SIGLOST and dies. eww :( > - When mountin