On 07/26/2012 03:30 PM, Jidong Xiao wrote:
> Hi,
>
> I just have a simple question about fallocate.
>
> I want to test the punch hole function of fallocate(). So I wrote such
> a simple program:
>
> yosemite:/mnt # cat test.c
> #include
> #include
> #include
> #include
> #include
> #include
Hi,
I just have a simple question about fallocate.
I want to test the punch hole function of fallocate(). So I wrote such
a simple program:
yosemite:/mnt # cat test.c
#include
#include
#include
#include
#include
#include
int main(void)
{
int fd;
fd = open("testfile", O_RD
2 matches
Mail list logo