From eeef0dd1b453eafb47b9e1604aa6d4e24b112550 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 6 Dec 1999 22:42:01 +0000 Subject: [PATCH] "raw" -> "block" Block devices have been what are now gone, not "raw" devices. Submitted by: David O'Brian --- UPDATING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 81567bc6d01..bf911f6080c 100644 --- a/UPDATING +++ b/UPDATING @@ -4,7 +4,7 @@ This file is maintained by imp@village.org. Please send new entries directly to him. See end of file for further details. 19991205: - Raw devices are going away. You will need to update your /dev + Block devices are going away. You will need to update your /dev tree with a fresh copy of MAKEDEV for things to always work in the future. fsck is unable to cope with dirty file systems after this change, so it may work for you or it may not.