Home
last modified time | relevance | path

Searched hist:"7 e94d6c4ab69562423fdc18801050a84462c2787" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/nfs/
H A Dfile.cdiff 7e94d6c4ab69562423fdc18801050a84462c2787 Mon Aug 17 16:55:18 CDT 2015 Trond Myklebust <trond.myklebust@primarydata.com> NFS: Don't fsync twice for O_SYNC/IS_SYNC files

generic_file_write_iter() will already do an fsync on our behalf
if the file descriptor is O_SYNC or the file is marked as IS_SYNC.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>