s3: replace fsp_stat() with vfs_stat_fsp()
authorRalph Boehme <slow@samba.org>
Mon, 9 Sep 2019 05:57:34 +0000 (07:57 +0200)
committerRalph Boehme <slow@samba.org>
Tue, 10 Sep 2019 19:05:29 +0000 (19:05 +0000)
commitab03394969f8a4c748aea7d0d8ed37f9ced6cc30
tree8930d379c8f028391c7c039d58042f5466a79d03
parentac18730f10ce96a607a3a07e1360b522ebf72f38
s3: replace fsp_stat() with vfs_stat_fsp()

Both functions do the same, they differ just in the type of the returned result.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14121

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/modules/vfs_dirsort.c
source3/smbd/fileio.c
source3/smbd/proto.h
source3/smbd/reply.c