xen: Rename the balloon lock
authorAlex Nixon <alex.nixon@citrix.com>
Mon, 9 Feb 2009 20:05:46 +0000 (12:05 -0800)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 7 Jun 2010 18:34:07 +0000 (14:34 -0400)
commit19001c8c5bfa032ed45b10dfe48e355f5df88c61
tree07ca3058406ef30539a4b462b0891b8f8b797ab7
parent7347b4082e55ac4a673f06a0a0ce25c37273c9ec
xen: Rename the balloon lock

* xen_create_contiguous_region needs access to the balloon lock to
  ensure memory doesn't change under its feet, so expose the balloon
  lock
* Change the name of the lock to xen_reservation_lock, to imply it's
  now less-specific usage.

[ Impact: cleanup ]

Signed-off-by: Alex Nixon <alex.nixon@citrix.com>
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/xen/mmu.c
drivers/xen/balloon.c
include/xen/interface/memory.h
This page took 0.024856 seconds and 5 git commands to generate.