patch-1.3.54 linux/include/linux/mm.h

Next file: linux/include/linux/ncp_fs.h
Previous file: linux/include/linux/minix_fs_sb.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.53/linux/include/linux/mm.h linux/include/linux/mm.h
@@ -110,10 +110,13 @@
 	unsigned int count;
 	unsigned dirty:16,
 		 age:8,
-		 unused:7,
+		 uptodate:1,
+		 error:1,
+		 unused:5,
 		 reserved:1;
 	unsigned long offset;
 	struct inode *inode;
+	struct wait_queue *wait;
 	struct page *write_list;
 	struct page *next, *prev;
 	struct page *next_hash, *prev_hash;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this