kernel - Fix missing B_ORDERED inheritance
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 13 Dec 2012 04:09:45 +0000 (20:09 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 13 Dec 2012 04:09:45 +0000 (20:09 -0800)
commit257c30fe8c2ffe7c85101502b37f536b5c47b226
tree302ca571d5deea98a9a5ac798d3405c404c29b81
parent3c7402d60afcec4907cb4c90fb427c9551e19d26
kernel - Fix missing B_ORDERED inheritance

* The cluster code was not inheriting B_ORDERED on buffers when constructing
  the rollup buffer due to a coding error.

* I don't think anything uses B_ORDERED so this shouldn't matter, but fix
  it anyway.

Reported-by: vsrinivas
sys/vm/swap_pager.c