Subject: Re: statfs, statvfs and friends.
To: None <christos@zoulas.com>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 03/31/2004 13:16:02
> | > 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.
YAMAMOTO Takashi