tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

fallocate for FFS



Hi guys,

Is this project https://wiki.netbsd.org/projects/project/ffs-fallocate/ easy they way it seems to be?

Basically, it is just create a ffs_fallocate function in sys/ufs/ffs/ffs_alloc.c. Inside this function I make a loop calling the ffs_alloc function. During the loop I should check for signals to pause or continue the fallocate loop.

Is that analysis correct?

Thanks.


Home | Main Index | Thread Index | Old Index