fdatasync() vs. fsync()

Hi,

I wonder about the fdatasync() call in plugins/e2p_crypt.c. Does the
module need or relies on real-time behaviour? If not, could fsync() be
used instead? This would allow operating systems not supporting the POSIX
real-time specs to use it as well ;-).

Regards
Marcus

Other related posts: