Hi Viro, In the commit 1b56e98990 (ocfs2 syncs the wrong range...) you submitted, you changed pos to *ppos when sync the range. I don't think this is right, because *ppos will be changed in generic_file_direct_write/generic_file_buffered_write, so after this change, the sync range is not the one that we truly want. Am I miss something? -- Joseph