kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 31/31] virt: Make static
       [not found] <493EA286.7080500@gmail.com>
@ 2008-12-09 22:28 ` Roel Kluin
  2008-12-10 10:07   ` Avi Kivity
  0 siblings, 1 reply; 3+ messages in thread
From: Roel Kluin @ 2008-12-09 22:28 UTC (permalink / raw)
  To: avi, kvm, lkml

Sparse asked whether these could be static.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
---
 virt/kvm/kvm_main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/virt/kvm/kvm_main.c b/virt/kvm/kvm_main.c
index a87f45e..6bf6d90 100644
--- a/virt/kvm/kvm_main.c
+++ b/virt/kvm/kvm_main.c
@@ -75,7 +75,7 @@ struct dentry *kvm_debugfs_dir;
 static long kvm_vcpu_ioctl(struct file *file, unsigned int ioctl,
 			   unsigned long arg);
 
-bool kvm_rebooting;
+static bool kvm_rebooting;
 
 #ifdef KVM_CAP_DEVICE_ASSIGNMENT
 static struct kvm_assigned_dev_kernel *kvm_find_assigned_dev(struct list_head *head,

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 31/31] virt: Make static
  2008-12-09 22:28 ` [PATCH 31/31] virt: Make static Roel Kluin
@ 2008-12-10 10:07   ` Avi Kivity
  2008-12-10 10:23     ` Avi Kivity
  0 siblings, 1 reply; 3+ messages in thread
From: Avi Kivity @ 2008-12-10 10:07 UTC (permalink / raw)
  To: Roel Kluin; +Cc: kvm, lkml

Roel Kluin wrote:
> Sparse asked whether these could be static.
>   

Applied, thanks.

-- 
error compiling committee.c: too many arguments to function


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 31/31] virt: Make static
  2008-12-10 10:07   ` Avi Kivity
@ 2008-12-10 10:23     ` Avi Kivity
  0 siblings, 0 replies; 3+ messages in thread
From: Avi Kivity @ 2008-12-10 10:23 UTC (permalink / raw)
  To: Roel Kluin; +Cc: kvm, lkml

Avi Kivity wrote:
> Roel Kluin wrote:
>> Sparse asked whether these could be static.
>>   
>
> Applied, thanks.
>

Er, actually I already had a patch in my queue for this.

-- 
error compiling committee.c: too many arguments to function


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-12-10 10:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <493EA286.7080500@gmail.com>
2008-12-09 22:28 ` [PATCH 31/31] virt: Make static Roel Kluin
2008-12-10 10:07   ` Avi Kivity
2008-12-10 10:23     ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).