afs/fs/cachefs block.c,1.12,1.13

dwh at infradead.org dwh at infradead.org
Mon Jan 19 10:01:46 GMT 2004


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

Modified Files:
	block.c 
Log Message:
declare variables before code lines in functions


Index: block.c
===================================================================
RCS file: /home/cvs/afs/fs/cachefs/block.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- block.c	16 Sep 2003 16:49:26 -0000	1.12
+++ block.c	19 Jan 2004 10:01:44 -0000	1.13
@@ -307,9 +307,9 @@
  */
 int cachefs_block_cow(struct cachefs_super *super, struct cachefs_block *block)
 {
-	_enter(",{%u}", block->bix);
-
 	DECLARE_WAITQUEUE(myself, current);
+
+	_enter(",{%u}", block->bix);
 
 #ifndef CACHEFS_BLOCK_USE_COW
 




More information about the linux-afs-cvs mailing list