vfs_snapper: drop unneeded fstat handler
authorDavid Disseldorp <ddiss@samba.org>
Mon, 25 Mar 2019 17:06:15 +0000 (18:06 +0100)
committerJeremy Allison <jra@samba.org>
Wed, 27 Mar 2019 18:21:38 +0000 (18:21 +0000)
commitc68d9c9ef367c1e85619ac2d027a0a425164ca8a
tree0f1976fd77f332fa5ae5f453e070db5cefea3ac8
parent2e7f4b1d3701b9da32e03dcee1095711945f22b8
vfs_snapper: drop unneeded fstat handler

fstat is handle based, and unlike vfs_shadow_copy2, we don't need to
make any changes to the returned sbuf, so remove the existing handler
which does nothing.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=13858

Signed-off-by: David Disseldorp <ddiss@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Wed Mar 27 18:21:38 UTC 2019 on sn-devel-144
source3/modules/vfs_snapper.c