From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56150) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SeSxQ-00052w-HQ for qemu-devel@nongnu.org; Tue, 12 Jun 2012 11:24:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SeSxK-0007rH-DX for qemu-devel@nongnu.org; Tue, 12 Jun 2012 11:24:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:64966) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SeSxK-0007qO-6R for qemu-devel@nongnu.org; Tue, 12 Jun 2012 11:24:30 -0400 Date: Tue, 12 Jun 2012 11:24:27 -0400 From: Jason Baron Message-ID: <20120612152426.GA27309@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] memory.c: ml->printed is never set to true List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: blauwirbel@gmail.com Cc: jan.kiszka@siemens.com, avi@redhat.com, qemu-devel@nongnu.org Hi, I was looking at mtree_info() and noticed that ml->printed is never set to true, so it does not appear to be doing anything. It seems like we want to print the hierarchy for all aliases so perhaps it should just be dropped? Thanks, -Jason