• Dave Kleikamp's avatar
    JFS: Implement multiple commit threads · 10e27752
    Dave Kleikamp authored
    For scalability, jfs now allows specifying the number of commit
    threads with the module parameter commit_threads=<num>.  It defaults
    to the number of processors.
    
    You can also change the number of txBlocks and txLocks allocated with
    the nTxBlock and nTxLock module parameters.  "modinfo jfs.ko" for
    specifics.
    10e27752
jfs_txnmgr.h 8.19 KB