s3: smbd/durable: remove dev and inode check from vfs_default_durable_reconnect_check...
commit50e461549f456959caee56fdea92a73a67c9040e
authorRalph Boehme <slow@samba.org>
Fri, 2 Mar 2018 14:50:29 +0000 (2 15:50 +0100)
committerKarolin Seeger <kseeger@samba.org>
Thu, 12 Jul 2018 15:47:34 +0000 (12 17:47 +0200)
tree42a10849a57218c0bf1e5d6bc3e991c66b4aca84
parent449d166537174e75596fcc84a0732dcd5ee8226c
s3: smbd/durable: remove dev and inode check from vfs_default_durable_reconnect_check_stat()

On a cluster filesystem the device numbers may differ on the cluster
nodes. We already verify the file_id in vfs_default_durable_reconnect(),
so we can safely remove the dev/inode checks.

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

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
(cherry picked from commit 0a91ade5272698c094137fa28d2ad4723b5963cf)

Autobuild-User(v4-7-test): Karolin Seeger <kseeger@samba.org>
Autobuild-Date(v4-7-test): Thu Jul 12 17:47:34 CEST 2018 on sn-devel-144
source3/smbd/durable.c