Subject: Re: statvfs(2) replacement for statfs(2) patch
To: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
From: Christos Zoulas <christos@zoulas.com>
List: tech-kern
Date: 04/20/2004 20:18:11
On Apr 21, 9:15am, yamt@mwd.biglobe.ne.jp (YAMAMOTO Takashi) wrote:
-- Subject: Re: statvfs(2) replacement for statfs(2) patch
| > and call in opendir()?
| >
| > fstatvfs1(fd, st, ST_NOWAIT);
|
| what exactly does the ST_NOWAIT mean?
Return the cached copy in mp->mnt_stat doing a simple memcpy,
don't compute any other statistics or do rpc's. I am planning
to commit all of it ASAP if that is ok. In addition, you can
use the flags argument to do even sparser population now if
you wish, but I don't think that it is needed.
christos