All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joe Thornber <thornber@sistina.com>
To: Joe Thornber <thornber@sistina.com>
Cc: Linux Mailing List <linux-kernel@vger.kernel.org>,
	Andrew Morton <akpm@zip.com.au>
Subject: [Patch 1/2] dm: disable v1 interface
Date: Thu, 27 Nov 2003 12:49:12 +0000	[thread overview]
Message-ID: <20031127124912.GB470@reti> (raw)
In-Reply-To: <20031127124626.GA470@reti>

Disable v1 of the ioctl interface.
--- diff/drivers/md/Kconfig	2003-11-25 15:47:48.000000000 +0000
+++ source/drivers/md/Kconfig	2003-11-27 12:18:40.000000000 +0000
@@ -135,13 +135,5 @@
 
 	  If unsure, say N.
 
-config DM_IOCTL_V4
-	bool "ioctl interface version 4"
-	depends on BLK_DEV_DM
-	default y
-	---help---
-	  Recent tools use a new version of the ioctl interface, only
-          select this option if you intend using such tools.
-
 endmenu
 
--- diff/drivers/md/dm-ioctl.c	2003-08-20 14:16:09.000000000 +0100
+++ source/drivers/md/dm-ioctl.c	2003-11-27 12:24:10.000000000 +0000
@@ -6,8 +6,4 @@
 
 #include <linux/dm-ioctl.h>
 
-#ifdef CONFIG_DM_IOCTL_V4
 #include "dm-ioctl-v4.c"
-#else
-#include "dm-ioctl-v1.c"
-#endif
--- diff/include/linux/dm-ioctl.h	2003-08-20 14:16:14.000000000 +0100
+++ source/include/linux/dm-ioctl.h	2003-11-27 12:19:20.000000000 +0000
@@ -7,12 +7,6 @@
 #ifndef _LINUX_DM_IOCTL_H
 #define _LINUX_DM_IOCTL_H
 
-#include <linux/config.h>
-
-#ifdef CONFIG_DM_IOCTL_V4
 #include "dm-ioctl-v4.h"
-#else
-#include "dm-ioctl-v1.h"
-#endif
 
 #endif

  reply	other threads:[~2003-11-27 12:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-27 12:46 dm patchset to remove the v1 interface Joe Thornber
2003-11-27 12:49 ` Joe Thornber [this message]
2003-11-27 12:49 ` [Patch 2/2] dm: remove " Joe Thornber
2003-11-27 12:59 ` dm patchset to remove the " Lars Marowsky-Bree
2003-11-27 13:22   ` Joe Thornber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20031127124912.GB470@reti \
    --to=thornber@sistina.com \
    --cc=akpm@zip.com.au \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.