afs/fs/cachefs aops.c,1.34,1.35

dwh at infradead.org dwh at infradead.org
Mon Jun 9 17:03:37 BST 2003


Update of /home/cvs/afs/fs/cachefs
In directory phoenix.infradead.org:/tmp/cvs-serv12121/fs/cachefs

Modified Files:
	aops.c 
Log Message:
need to add pointer to indirection block cachefs_page struct to steps


Index: aops.c
===================================================================
RCS file: /home/cvs/afs/fs/cachefs/aops.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- aops.c	9 Jun 2003 13:39:12 -0000	1.34
+++ aops.c	9 Jun 2003 15:03:34 -0000	1.35
@@ -1319,6 +1319,9 @@
 
 			wait_on_page_locked(step->page);
 		}
+
+		if (!step->pageio)
+			step->pageio = __cachefs_page_get_private(step->page);
 	}
 
 	/* release the pages used to walk the path */




More information about the linux-afs-cvs mailing list