* How does EXT4 ensures two processes don't modify and synchronize one page at the same time.
@ 2022-01-24 17:17 Lyu Tao
2022-01-24 18:23 ` Theodore Y. Ts'o
0 siblings, 1 reply; 2+ messages in thread
From: Lyu Tao @ 2022-01-24 17:17 UTC (permalink / raw)
To: linux-ext4@vger.kernel.org
Hi,
I'm new to file system area and have a naive question about the global sync.
Let's suppose there are two process are writing to the same file. If one process issues a sync() syscall, which mechanism can ensures the two processes don't modify and synchronize one page at the same time.
Best,
Tao
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-01-24 18:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-24 17:17 How does EXT4 ensures two processes don't modify and synchronize one page at the same time Lyu Tao
2022-01-24 18:23 ` Theodore Y. Ts'o
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.