vfs: Add helper to check for missing VFS functions
authorChristof Schmitt <cs@samba.org>
Fri, 1 Apr 2016 16:47:31 +0000 (09:47 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 5 Apr 2016 22:15:17 +0000 (00:15 +0200)
commitd18a0ff9cba40e2e50bedb95657563ede8f586dd
treee648d4222a164d8e51ce2ba2b8fa851d8f441d4d
parent94f31295b12b20a68d596929ea428eb36f8c0d82
vfs: Add helper to check for missing VFS functions

Some VFS modules want to ensure that they implement all VFS functions.
This helper can be used to detect missing functions in the developer
build.

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/include/vfs.h
source3/smbd/vfs.c