[SCM] Samba Shared Repository - branch master updated -
release-4-0-0alpha6-1038-gd9a842b
Jeremy Allison
jra at samba.org
Fri Feb 20 17:46:27 MST 2009
On Fri, Feb 20, 2009 at 06:38:50PM -0600, Steven Danneman wrote:
> The branch, master has been updated
> via d9a842b26f306a6328e0fb4f226ed8292a8c221a (commit)
> from 193be432a224918bf0fbecfb6705146476c15c07 (commit)
>
> http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
>
>
> - Log -----------------------------------------------------------------
> commit d9a842b26f306a6328e0fb4f226ed8292a8c221a
> Author: todd stecher <todd.stecher at gmail.com>
> Date: Thu Feb 19 09:33:30 2009 -0800
>
> S3: Detect max_open_files from system
> - Attempt to use syscalls to determine max-open-files value.
> - Add in periodic logging when max file limit reached
I think you might need to add some include guards for
HAVE_GETRLIMIT, RLIMIT_NOFILE, and RLIM_INFINITY for
this new code.
Check out the function set_maxfiles() in lib/util.c
to see what varients we currently support.
Of course we might not need these guards now, so
you could just watch the build farm and see :-).
Jeremy.
More information about the samba-technical
mailing list