From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44270) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TdfBi-0006RA-51 for qemu-devel@nongnu.org; Wed, 28 Nov 2012 05:48:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TdfBc-0006HV-BP for qemu-devel@nongnu.org; Wed, 28 Nov 2012 05:48:18 -0500 Sender: Paolo Bonzini Message-ID: <50B5EBE3.2070005@redhat.com> Date: Wed, 28 Nov 2012 11:48:03 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] nbd-server-add: Fix the default for 'writable' List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michal Privoznik Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org Il 28/11/2012 11:46, Michal Privoznik ha scritto: > The documentation to this monitor command tells, that 'writable' > argument is optional and defaults to false. However, the code sets > true as the default. But since some applications may already been > using this, it's safer to fix the code and not documentation which > would break those applications. Thanks, applied to nbd-next branch. Paolo