Subject: Re: statfs, statvfs and friends.
To: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
From: Christos Zoulas <christos@zoulas.com>
List: tech-kern
Date: 03/31/2004 08:22:16
On Mar 31,  1:16pm, yamt@mwd.biglobe.ne.jp (YAMAMOTO Takashi) wrote:
-- Subject: Re: statfs, statvfs and friends.

| > | > 4. Q: Should we change sys_getstatfs() to take size_t instead of long as
| > | >       the second arg.
| > | >    A: I think so.
| > | 
| > | What is sys_getstatfs() and what is it's second arg used for?
| > 
| > It is used to get statfs info for multiple filesystems. The long is the
| > size of the buffer, so it should really be a size_t.
| 
| i guess you mean getfsstat.

Right!

christos