Files
bind9/lib/dns
Ondřej Surý e95dadb40d Indicate to the kernel that we won't be needing the zone dumps
Add a call to posix_fadvise() to indicate to the kernel, that `named`
won't be needing the dumped zone files any time soon with:

 * POSIX_FADV_DONTNEED - The specified data will not be accessed in the
   near future.

Notes:

 POSIX_FADV_DONTNEED attempts to free cached pages associated with the
 specified region. This is useful, for example, while streaming large
 files. A program may periodically request the kernel to free cached
 data that has already been used, so that more useful cached pages are
 not discarded instead.

(cherry picked from commit e83b6569da)
2021-05-31 16:57:20 +02:00
..
2021-04-19 14:32:53 +02:00
2020-11-11 15:59:56 -03:00
2021-05-26 08:49:30 +10:00
2021-02-23 09:18:55 +01:00
2021-05-19 09:05:35 +02:00
2020-12-01 23:19:20 +11:00
2020-12-08 19:34:05 +01:00
2020-11-11 15:59:56 -03:00
2020-11-11 15:59:56 -03:00
2021-05-20 09:52:53 +02:00
2021-01-28 12:18:31 +11:00