1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00
Ralph Boehme 322574834f vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()
This was supposed to be a shortcut to avoid passing dirfsp around as an explicit
function argument throughout the whole codebase when the new VFS design idea was
based on using *AT functions throughout the VFS.

Now that we've opted for basing the VFS on handles and *AT functions will only
be used in a much more limitted extent, it makes sense to remove this internal
dirfsp reference, otherwise the combination of internal fsp->dirfsp and
smb_fname->fsp is going to be a tough to wrap your head around.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>

Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Fri Oct  2 21:00:05 UTC 2020 on sn-devel-184
2020-10-02 21:00:05 +00:00
..
2020-04-18 04:12:48 +00:00
2019-04-12 00:37:05 +00:00
2019-08-22 00:21:50 +00:00
2019-08-22 00:21:50 +00:00
2016-11-23 13:00:21 +01:00
2018-05-24 18:07:03 +02:00
2020-05-05 11:48:39 +00:00
2017-01-22 18:30:11 +01:00
2020-04-18 04:12:48 +00:00
2018-12-20 23:40:23 +01:00
2018-12-11 00:40:30 +01:00
2019-12-17 22:40:32 +00:00
2019-08-22 00:21:50 +00:00
2020-04-18 04:12:48 +00:00