patch-2.3.99-pre6 linux/include/linux/nfs_fs_i.h

Next file: linux/include/linux/nfs_fs_sb.h
Previous file: linux/include/linux/nfs_fs.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre5/linux/include/linux/nfs_fs_i.h linux/include/linux/nfs_fs_i.h
@@ -53,11 +53,13 @@
 	/*
 	 * This is the list of dirty unwritten pages.
 	 */
+	struct list_head	read;
 	struct list_head	dirty;
 	struct list_head	commit;
 	struct list_head	writeback;
 
-	unsigned int		ndirty,
+	unsigned int		nread,
+				ndirty,
 				ncommit,
 				npages;
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)