From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Snitzer Subject: Re: dm Kconfig: fix menu indentation Date: Thu, 7 Nov 2013 22:54:39 -0500 Message-ID: <20131108035438.GA9290@redhat.com> References: Reply-To: device-mapper development Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: Mikulas Patocka Cc: dm-devel@redhat.com, "Alasdair G. Kergon" List-Id: dm-devel.ids On Thu, Nov 07 2013 at 12:05pm -0500, Mikulas Patocka wrote: > The option DM_LOG_USERSPACE is sub-option of DM_MIRROR, so it should be > placed right after DM_MIRROR. > > If we place DM_LOG_USERSPACE after DM_MIRROR, the config menu is correctly > indented: > Device mapper support > [ ] Device mapper debugging support > Crypt target support > Snapshot target > Thin provisioning target > [ ] Keep stack trace of thin provisioning block lock holders > Cache target (EXPERIMENTAL) > MQ Cache Policy (EXPERIMENTAL) > Cleaner Cache Policy (EXPERIMENTAL) > Mirror target > < > Mirror userspace logging > RAID 1/4/5/6/10 target > Zero target > Multipath target > I/O Path Selector based on the number of in-flight I/Os > I/O Path Selector based on the service time > I/O delaying target > [*] DM uevents > Flakey target > Verity target support > Switch target support (EXPERIMENTAL) > > Previously, the menu was indented incorrectly: > Device mapper support > [ ] Device mapper debugging support > Crypt target support > Snapshot target > Thin provisioning target > [ ] Keep stack trace of thin provisioning block lock holders > Cache target (EXPERIMENTAL) > MQ Cache Policy (EXPERIMENTAL) > Cleaner Cache Policy (EXPERIMENTAL) > Mirror target > RAID 1/4/5/6/10 target > < > Mirror userspace logging > Zero target > Multipath target > I/O Path Selector based on the number of in-flight I/Os > I/O Path Selector based on the service time > I/O delaying target > [*] DM uevents > Flakey target > Verity target support > Switch target support (EXPERIMENTAL) > > Signed-off-by: Mikulas Patocka Great, I've wondered by the indentation was wrong. Thanks for fixing this.