git: DragonFly_RELEASE_3_2 kernel - Fix missing B_ORDERED inheritance
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Dec 13 19:17:35 PST 2012
commit 53eb9485da0917577f61c30f95cbf470b75cc6dc
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Dec 12 20:09:45 2012 -0800
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
Summary of changes:
sys/vm/swap_pager.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/53eb9485da0917577f61c30f95cbf470b75cc6dc
--
DragonFly BSD source repository
More information about the Commits
mailing list