posix_fadvise(2): mention sync_file_range(2)

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

 



Hi,

for POSIX_FADV_DONTNEED, syncing with fsync(2) or fdatasync(2) is recommended in
the man page of posix_fadvise(2).
However, for this task sync_file_range(2) is probably best suited, as it 
is fast and has the same granularity as posix_fadvise(2).
akpm also used sync_file_range(2) for his user space helpers:
http://userweb.kernel.org/~akpm/pagecache-management/pagecache-management/pagecache-management.c

So I suggest to add sync_file_range(2) to the list of mentioned sync functions.

Cheers,
Manfred
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux