Subject: Re: statfs, statvfs and friends.
To: Simon Burge <simonb@wasabisystems.com>
From: enami tsugutomo <enami@but-b.or.jp>
List: tech-kern
Date: 03/31/2004 14:21:29
> 	fsblkcnt_t    f_bavail   Number of free blocks available to
> 				 non-privileged process.

Does spec says something about what value will be set to this field
when # of available block is less than the # of blocks reserved to
super user?  e.g., always 0 is returned, negative value is returned
like statfs()'s similar field or ...?

Also, does the spec define signedness of fsblkcnt_t type?

enami.