s3: VFS: default: Remove recursion into the VFS inside the default pwrite call.
authorJeremy Allison <jra@samba.org>
Wed, 2 May 2018 23:38:05 +0000 (16:38 -0700)
committerRalph Boehme <slow@samba.org>
Fri, 4 May 2018 20:34:25 +0000 (22:34 +0200)
commit23f4b3f0ed1b5883b50b390292e06587c2a6e27b
treef11300d9ef4f8bb80d88f87c09b370733c6533bc
parent90bd74640f0a79c1d1c2c0a5fee92e62700232e9
s3: VFS: default: Remove recursion into the VFS inside the default pwrite call.

We already know we're at the POSIX level here.

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