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. > >

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

[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: