um: remove file sync for stub data
authorBenjamin Berg <benjamin.berg@intel.com>
Sun, 3 Nov 2024 15:05:04 +0000 (16:05 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 7 Nov 2024 16:36:30 +0000 (17:36 +0100)
commit37c691151e52f7762afa147ffb6e412ee0b5e8ac
treeddbdbbae8c844ebb14de82beacb1415db1c9c229
parent2f278b59574ae222a14e4ae59964cb47edfeadd1
um: remove file sync for stub data

There is no need to sync the stub code to "disk" for the other process
to see the correct memory. Drop the fsync there and remove the helper
function.

Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
Link: https://patch.msgid.link/20241103150506.1367695-3-benjamin@sipsolutions.net
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
arch/um/include/shared/os.h
arch/um/kernel/physmem.c
arch/um/os-Linux/file.c