Re: [PATCH] KVM: arm/arm64: vgic: constify seq_operations and file_operations

2017-08-24 Thread Christoffer Dall
On Wed, Aug 23, 2017 at 12:25:36PM +0530, Arvind Yadav wrote: > vgic_debug_seq_ops and file_operations are not supposed to change > at runtime and none of the structures is modified. > > Signed-off-by: Arvind Yadav Applied, thanks. -Christoffer > --- > virt/kvm/arm/vgic/vgic-debug.c | 4 ++-- >

[PATCH] KVM: arm/arm64: vgic: constify seq_operations and file_operations

2017-08-22 Thread Arvind Yadav
vgic_debug_seq_ops and file_operations are not supposed to change at runtime and none of the structures is modified. Signed-off-by: Arvind Yadav --- virt/kvm/arm/vgic/vgic-debug.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/virt/kvm/arm/vgic/vgic-debug.c b/virt/kvm/ar