aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesper Juhl <jesper.juhl@gmail.com>2007-07-16 02:41:42 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-07-16 12:05:51 -0400
commitd52988023a37720e9e4aeb66362be67fa21d8836 (patch)
treeac5e8e1df07c135ef90386079669dbc891eed148
parentf6b07d39d7904ceecac53699d6b5ddd677304880 (diff)
Remove the last few UMSDOS leftovers
The UMSDOS filesystem was removed back in 2.6.11, but some tiny bits stuck around. This patch removes the few remaining leftovers. The only things left behind after this are the entries in the CREDITS file and the ioctl number in Documentation/ioctl-number.txt as documentation. This third (hopefully final) version of the patch doesn't edit the arch/um/config.release file, since Jeff Dike pointed out to me that it should die completely, and asked me to remove it from my patch as he'll send in a seperate patch removing the file completely. Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com> Acked-by: H. Peter Anvin <hpa@zytor.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r--Documentation/ioctl-number.txt2
-rw-r--r--arch/arm26/defconfig1
-rw-r--r--arch/cris/arch-v10/defconfig1
-rw-r--r--include/linux/ncp_fs.h2
4 files changed, 1 insertions, 5 deletions
diff --git a/Documentation/ioctl-number.txt b/Documentation/ioctl-number.txt
index 3de7d379cf07..5c7fbf9d96b4 100644
--- a/Documentation/ioctl-number.txt
+++ b/Documentation/ioctl-number.txt
@@ -67,7 +67,7 @@ Code Seq# Include File Comments
670x00 00-1F linux/wavefront.h conflict! 670x00 00-1F linux/wavefront.h conflict!
680x02 all linux/fd.h 680x02 all linux/fd.h
690x03 all linux/hdreg.h 690x03 all linux/hdreg.h
700x04 all linux/umsdos_fs.h 700x04 D2-DC linux/umsdos_fs.h Dead since 2.6.11, but don't reuse these.
710x06 all linux/lp.h 710x06 all linux/lp.h
720x09 all linux/md.h 720x09 all linux/md.h
730x12 all linux/fs.h 730x12 all linux/fs.h
diff --git a/arch/arm26/defconfig b/arch/arm26/defconfig
index c4a89703c3d8..2b7d44bf49bf 100644
--- a/arch/arm26/defconfig
+++ b/arch/arm26/defconfig
@@ -248,7 +248,6 @@ CONFIG_I2C_CHARDEV=y
248# CONFIG_JBD_DEBUG is not set 248# CONFIG_JBD_DEBUG is not set
249# CONFIG_FAT_FS is not set 249# CONFIG_FAT_FS is not set
250# CONFIG_MSDOS_FS is not set 250# CONFIG_MSDOS_FS is not set
251# CONFIG_UMSDOS_FS is not set
252# CONFIG_VFAT_FS is not set 251# CONFIG_VFAT_FS is not set
253# CONFIG_EFS_FS is not set 252# CONFIG_EFS_FS is not set
254# CONFIG_JFFS_FS is not set 253# CONFIG_JFFS_FS is not set
diff --git a/arch/cris/arch-v10/defconfig b/arch/cris/arch-v10/defconfig
index 2a3411eaace9..710c20ba2be7 100644
--- a/arch/cris/arch-v10/defconfig
+++ b/arch/cris/arch-v10/defconfig
@@ -429,7 +429,6 @@ CONFIG_NET_ETHERNET=y
429# CONFIG_BFS_FS is not set 429# CONFIG_BFS_FS is not set
430# CONFIG_FAT_FS is not set 430# CONFIG_FAT_FS is not set
431# CONFIG_MSDOS_FS is not set 431# CONFIG_MSDOS_FS is not set
432# CONFIG_UMSDOS_FS is not set
433# CONFIG_VFAT_FS is not set 432# CONFIG_VFAT_FS is not set
434# CONFIG_EFS_FS is not set 433# CONFIG_EFS_FS is not set
435# CONFIG_JFFS_FS is not set 434# CONFIG_JFFS_FS is not set
diff --git a/include/linux/ncp_fs.h b/include/linux/ncp_fs.h
index 83e39eb054d3..88766e43e121 100644
--- a/include/linux/ncp_fs.h
+++ b/include/linux/ncp_fs.h
@@ -148,8 +148,6 @@ struct ncp_nls_ioctl
148#include <linux/ncp_fs_i.h> 148#include <linux/ncp_fs_i.h>
149#include <linux/ncp_fs_sb.h> 149#include <linux/ncp_fs_sb.h>
150 150
151/* undef because public define in umsdos_fs.h (ncp_fs.h isn't public) */
152#undef PRINTK
153/* define because it is easy to change PRINTK to {*}PRINTK */ 151/* define because it is easy to change PRINTK to {*}PRINTK */
154#define PRINTK(format, args...) printk(KERN_DEBUG format , ## args) 152#define PRINTK(format, args...) printk(KERN_DEBUG format , ## args)
155 153