Change apply_default_perms() to not take an fsp.
authorMichael Adam <obnox@samba.org>
Sat, 27 Oct 2007 23:14:51 +0000 (01:14 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 19 Dec 2007 22:07:55 +0000 (23:07 +0100)
commitd7e2e93758f6598a0459db3255300558618f066e
treea21c88dddbe31ba7cc3a04148a6cfd8a6213429b
parent735f59315497113aebadcf9ad387e3dbfffa284a
Change apply_default_perms() to not take an fsp.

This is a first change in a series: Pass what is needed instead of files_struct
pointers to some functions. This is in preparation of introducing two variants
of get_nt_acl - one for fname (which does not need an fsp), one for file
descriptor.

This changes apply_default_perms to take share_params (rather thatn snum)
and an is_directory flag instead of an fsp.

Michael
source/smbd/posix_acls.c