[2.3.13] ? definition of WRITEA removed from include/linux/fs.h

Paul Slootman (paul@wau.mis.ah.nl)
Tue, 10 Aug 1999 13:32:44 +0200


The subject says it all:

diff -u --recursive --new-file v2.3.12/linux/include/linux/fs.h linux/include/linux/fs.h
--- v2.3.12/linux/include/linux/fs.h Wed Jul 28 14:47:42 1999
+++ linux/include/linux/fs.h Mon Aug 9 12:42:06 1999
@@ -63,7 +63,7 @@
#define READ 0
#define WRITE 1
#define READA 2 /* read-ahead - don't block if no resources */
-#define WRITEA 3 /* write-ahead - don't block if no resources */
+
#define WRITERAW 5 /* raw write - don't play with buffer lists */

#ifndef NULL

However, this WRITEA is still used (e.g. drivers/block/md.c).
Methinks this patch needs to be backed out...

Paul Slootman

-- 
home:   paul@wurtel.demon.nl    http://www.wurtel.demon.nl/
debian: paul@debian.org      isdn4linux: paul@isdn4linux.de
work:   paul@murphy.nl       Murphy Software, Enschede,  NL

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/