s3: Move up declaration of params struct and related function.
authorAlexander Werth <alexander.werth@de.ibm.com>
Mon, 15 Apr 2013 14:08:46 +0000 (16:08 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 9 May 2013 04:18:21 +0000 (06:18 +0200)
commitbe0e2692461831dada5f5a497189a81e409e88f0
tree65a745ba67e975dd3238c082f063419967207df3
parent9018aa82c7c8cf02950bb03e9075d1243f65c6e0
s3: Move up declaration of params struct and related function.

    We need the parameters earlier in the code so we move up
    the declaration of the params struct. Since reading the
    parameters is closely related the definition of the function
    smbacl4_get_vfs_params has also been moved up.

Reviewed-By: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/nfs4_acls.c