[PVFS2-CVS] commit by robl in pvfs2-1/src/io/buffer: internal.h ncac-job.c

CVS commit program cvs at parl.clemson.edu
Thu Mar 3 16:07:56 EST 2005


Update of /projects/cvsroot/pvfs2-1/src/io/buffer
In directory parlweb:/tmp/cvs-serv3036/src/io/buffer

Modified Files:
	internal.h ncac-job.c 
Log Message:
pcarns: cleans up various unresolved and unused extern declarations all over
        the source tree


Index: internal.h
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/src/io/buffer/internal.h,v
diff -u -w -p -u -r1.3 -r1.4
--- internal.h	21 Sep 2004 13:46:12 -0000	1.3
+++ internal.h	3 Mar 2005 21:07:56 -0000	1.4
@@ -233,7 +233,6 @@ struct extent {
 
 
 extern NCAC_dev_t NCAC_dev;
-extern NCAC_req_t  *NCAC_req_list;
 
 
 int cache_init(NCAC_info_t *info);

Index: ncac-job.c
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/src/io/buffer/ncac-job.c,v
diff -u -w -p -u -r1.4 -r1.5
--- ncac-job.c	11 Oct 2004 14:33:25 -0000	1.4
+++ ncac-job.c	3 Mar 2005 21:07:56 -0000	1.5
@@ -11,8 +11,6 @@
 
 #include "ncac-trove.h"
 
-extern struct cache_stack global_cache_stack;
-
 /* internal functions */
 static inline struct extent *find_extent(NCAC_req_t *ncac_req,
                        unsigned long index);



More information about the PVFS2-CVS mailing list