summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorIgor Mammedov <imammedo@redhat.com>2011-08-02 11:45:25 +0200
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2011-08-04 15:31:29 -0400
commit98f531da8479eec3d828adc7f0865baaab99a543 (patch)
tree6aae6f2d2b966f36848d485c4fa495366aaad7eb /security
parent8f3c5883d840d079a5d2db20893b5ac8ba453b40 (diff)
downloadlinux-98f531da8479eec3d828adc7f0865baaab99a543.tar.bz2
xen: Fix misleading WARN message at xen_release_chunk
WARN message should not complain "Failed to release memory %lx-%lx err=%d\n" ^^^^^^^ about range when it fails to release just one page, instead it should say what pfn is not freed. In addition line: printk(KERN_INFO "xen_release_chunk: looking at area pfn %lx-%lx: " ... printk(KERN_CONT "%lu pages freed\n", len); will be broken if WARN in between this line is fired. So fix it by using a single printk for this. Signed-off-by: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions