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