s3: VFS: default: Remove recursion into the VFS inside the default pread call.
authorJeremy Allison <jra@samba.org>
Mon, 30 Apr 2018 16:51:34 +0000 (09:51 -0700)
committerRalph Boehme <slow@samba.org>
Wed, 2 May 2018 17:33:13 +0000 (19:33 +0200)
commitc68cfbcee6a19a19401893706d72994725b05ef5
tree1e69ae846f8f5d307f1d6ce746da5fdc3f46c8a3
parentff3a23e90f85508de39610eb3503562b76c22773
s3: VFS: default: Remove recursion into the VFS inside the default pread 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