FSAL_GLUSTER: Avoid redundant fsync operation

Currently we do fsync operation post write if the fsal_stable
is set to FSAL_O_SYNC flag. But this is not needed as glusterfs
write operation can accept O_SYNC flag which guarantees synchronous
writes.

Change-Id: I6a1eb4e9ca97043e969ec63c7e784005fc2bfda2
Signed-off-by: Soumya Koduri <skoduri@redhat.com>
1 file changed
tree: 877f0ac1b86e4a4a68d778883115534226c52471
  1. contrib/
  2. coverity/
  3. jenkins/
  4. src/
  5. .gitignore
  6. .gitmodules
  7. .gitreview
  8. .mailmap
  9. .travis.yml
  10. README.md
README.md

Coverity Scan Build Status nfs-ganesha

NFS-Ganesha is an NFSv3,v4,v4.1 fileserver that runs in user mode on most UNIX/Linux systems. It also supports the 9p.2000L protocol.

For more information, consult the project wiki.