• Dave Kleikamp's avatar
    JFS: fix fsync · 2037f368
    Dave Kleikamp authored
    fsync is allowed to return early if datasync is set and the I_DIRTY_DATASYNC
    flags is cleared, not if either of those is true.
    
    Submitted by Christoph Hellwig
    2037f368
file.c 2.61 KB