s3: Remove madvise support
authorSteven Danneman <steven.danneman@isilon.com>
Wed, 4 Mar 2009 19:04:31 +0000 (11:04 -0800)
committerSteven Danneman <steven.danneman@isilon.com>
Wed, 4 Mar 2009 19:07:27 +0000 (11:07 -0800)
commit5a9f668dabb62efd70054dc35d19c60d027793b5
tree171908a546600442b812f1a2c845fc65bcb85cd1
parentddc1864fb22dfcd86e3a8688cfd12e0dccd835da
s3: Remove madvise support

This reverts 193be432.  The MADVISE_PROTECT is inherited by all child
processes and cannot be unset.  The intention of the original patch was
to protect the parent process, but allow children to be killed in low
memory.  Since this isn't possible with the current API, reverting the
whole feature.
source3/configure.in
source3/lib/util.c