Subject: Re: Second patch for lseek() sparse file extension
To: None <tech-kern@netbsd.org>
From: Christos Zoulas <christos@astron.com>
List: tech-kern
Date: 12/02/2006 01:31:20
In article <20061202000845.GB91240@garage.freebsd.pl>,
Pawel Jakub Dawidek  <pjd@FreeBSD.org> wrote:
>
>You may want to use s/pointer/offset/ for consistency here. The same for
>sys/unistd.h and sys/fcntl.h.
>
>In OpenSolaris (as well as in my patch) _PC_MIN_HOLE_SIZE attribute for
>pathconf(2) is used to determine if file system supports
>SEEK_DATA/SEEK_HOLE functionality, which you may also want to add.
>

Thanks, these are both good points.

christos