vfs_fruit: pass down cwdfsp as dirfsp in fruit_open()
authorRalph Boehme <slow@samba.org>
Wed, 20 May 2020 15:51:23 +0000 (17:51 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 21 May 2020 20:38:31 +0000 (20:38 +0000)
commitd3c16d93d1833ef2756012def053996372245245
treee1094f0d1216be06ae3fd8d1a3621b0169f73055
parent19a1ed2cacf691cdf003f44cbe80a772e871254c
vfs_fruit: pass down cwdfsp as dirfsp in fruit_open()

Not yet used, that comes when we add fruit_openat(). Passing cwdfsp as dirfsp
ensures when calling openat() we get the same behaviour as open().

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/vfs_fruit.c