ntfs_fsync: fix comment (Erik Larsson)

N2009_11_14_FIXES
jpandre 2009-11-05 11:30:47 +00:00
parent 01b530685d
commit c910b8596b
1 changed files with 3 additions and 3 deletions

View File

@ -71,9 +71,9 @@
/**
* fsync replacement which makes every effort to try to get the data down to
* disk, using different means for different operating systems. Specifically,
* it issues the proper fcntl for Mac OS X or does fdatasync where it is
* available or as a last resort calls the fsync function.
* Information on this problem was retrieved from:
* it issues the proper fcntl for Mac OS X or does fsync where it is available
* or as a last resort calls the fsync function. Information on this problem
* was retrieved from:
* http://mirror.linux.org.au/pub/linux.conf.au/2007/video/talks/278.pdf
*/
static int ntfs_fsync(int fildes)