as far as I know, on most ext3 system with log mode "data=ordered", fsync will not only sync the file specified with the fd, but will sync all files on the filesystem, and this problem has not been fixed before kernel 2.6.30
And I got a question, that is, is msync do the same thing as fsync does?
Thanks.