Deadlock in fork/signal code (global signal dispositions)

2012-12-06 Thread Thomas Schwinge
Hi! This is work in progress. This cures an issue that would very rarely yet often enough to be a real nuisance cause a deadlock in the child in fork, when it tries to unlock ss' critical section lock at the end of fork and find that the global sigstate already is locked and never will be unlocke

[PATCH] procfs: simple implementation of statfs

2012-12-06 Thread Pino Toscano
Hi, attached there is a small patch for procfs to implement statfs, returning only the two fields we can fill for sure. May I push it? Thanks, -- Pino Toscano From 1b7ad5c5d601b6388f0fc871b4fa42d231c05400 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Thu, 6 Dec 2012 17:51:58 +0100 Subject:

Re: [PATCH] procfs: simple implementation of statfs

2012-12-06 Thread Thomas Schwinge
Hi! On Thu, 6 Dec 2012 17:57:32 +0100, Pino Toscano wrote: > Initial implementation of statfs reply, just returning the filesystem type > and its id. > > * netfs.c: Include and . > (netfs_attempt_statfs): Implement. OK; same is done in ftpfs. What does this not-totally-anymore-but-still-quit

Re: [PATCH] procfs: simple implementation of statfs

2012-12-06 Thread Pino Toscano
Alle giovedì 6 dicembre 2012, Thomas Schwinge ha scritto: > Hi! > > On Thu, 6 Dec 2012 17:57:32 +0100, Pino Toscano wrote: > > Initial implementation of statfs reply, just returning the > > filesystem type and its id. > > > > * netfs.c: Include and . > > (netfs_attempt_statfs): Implement. > >