vfswrap_fs_file_id() in vfs_default.c uses the wrong flag ST_EX_IFLAG_CALCULATED_ITIME instead of ST_EX_IFLAG_CALCULATED_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. Have patch, need bugnumber.
Created attachment 15407 [details] Patch for 4.11 cherry-picked from master
Reassigning to Karolin for inclusion in 4.11 and only in 4.11.
Comment on attachment 15407 [details] Patch for 4.11 cherry-picked from master LGTM.
Pushed to autobuild-v4-11-test.
(In reply to Karolin Seeger from comment #4) Pushed to v4-11-test. Closing out bug report. Thanks!