• Dave Kleikamp's avatar
    JFS: forced metadata pages were not being flushed to disk · 1edf3267
    Dave Kleikamp authored
    txForce() was not doing what it was supposed to do.  Setting the META_sync
    flag in the metapage will force the page to disk when the metapage is
    released.
    
    These pages must be written to disk to ensure that replaying the log will
    correctly update the inode map.
    1edf3267
jfs_txnmgr.c 75 KB