vfs_default: use correct flag in vfswrap_fs_file_id
authorRalph Boehme <slow@samba.org>
Wed, 14 Aug 2019 08:06:00 +0000 (10:06 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 15 Aug 2019 23:48:41 +0000 (23:48 +0000)
commit442a7c9ad8b020b2e88e41fea8a911d244023cb9
tree6acc27a6b20e181b0e2ae25d55928f9b764a3b7b
parentec05edcceed96f4a17ce7e45c4554b0500946ce0
vfs_default: use correct flag in vfswrap_fs_file_id

Luckily using the wrong flag ST_EX_IFLAG_CALCULATED_ITIME currently results in
the same semantics as using the correct ST_EX_IFLAG_CALCULATED_FILE_ID, as in
vfs_default the non-calculated file_id is based a non-calculated itime.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14089
RN: vfs_default: use correct flag in vfswrap_fs_file_id

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/vfs_default.c