commit | 515e079dab19cf774d1eec6e5f4ed65509e31ef1 | [log] [tgz] |
---|---|---|
author | Zach Brown <zach.brown@oracle.com> | Tue Jul 06 15:09:56 2010 -0700 |
committer | Andy Grover <andy.grover@oracle.com> | Wed Sep 08 18:16:34 2010 -0700 |
tree | 1dcc0f211946c47cd19b6823574aaa1a32982ffa | |
parent | 8aeb1ba6630ffd44001ae9833842794df0107676 [diff] |
RDS/IB: create a work queue for FMR flushing This patch moves the FMR flushing work in to its own mult-threaded work queue. This is to maintain performance in preparation for returning the main krdsd work queue back to a single threaded work queue to avoid deep-rooted concurrency bugs. This is also good because it further separates FMRs, which might be removed some day, from the rest of the code base. Signed-off-by: Zach Brown <zach.brown@oracle.com>