[PVFS2-CVS]
commit by slang in pvfs2/src/io/buffer: internal.c ncac-job.c
ncac-lru.c ncac-trove.c
CVS commit program
cvs at parl.clemson.edu
Fri Nov 11 16:38:07 EST 2005
Update of /projects/cvsroot/pvfs2/src/io/buffer
In directory parlweb:/tmp/cvs-serv745/src/io/buffer
Modified Files:
Tag: pvfs2-1-3-1-branch
internal.c ncac-job.c ncac-lru.c ncac-trove.c
Log Message:
committing lld/llu fixes to 1.3.1 branch
Index: internal.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/buffer/internal.c,v
diff -p -u -r1.7 -r1.7.2.1
--- internal.c 10 Nov 2005 01:27:04 -0000 1.7
+++ internal.c 11 Nov 2005 21:38:06 -0000 1.7.2.1
@@ -9,6 +9,7 @@
#include "aiovec.h"
#include "cache.h"
#include "ncac-job.h"
+#include "pvfs2-internal.h"
extern struct NCAC_dev NCAC_dev;
void cache_dump_active_list(void);
Index: ncac-job.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/buffer/ncac-job.c,v
diff -p -u -r1.8 -r1.8.2.1
--- ncac-job.c 10 Nov 2005 01:27:04 -0000 1.8
+++ ncac-job.c 11 Nov 2005 21:38:07 -0000 1.8.2.1
@@ -11,6 +11,7 @@
#include "ncac-trove.h"
#include "ncac-job.h"
+#include "pvfs2-internal.h"
/* internal functions */
static inline struct extent *find_extent(NCAC_req_t *ncac_req,
Index: ncac-lru.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/buffer/ncac-lru.c,v
diff -p -u -r1.5 -r1.5.2.1
--- ncac-lru.c 10 Nov 2005 01:27:04 -0000 1.5
+++ ncac-lru.c 11 Nov 2005 21:38:07 -0000 1.5.2.1
@@ -7,6 +7,7 @@
#include "flags.h"
#include "cache.h"
#include "ncac-lru.h"
+#include "pvfs2-internal.h"
/* add an extent into a lru cache list. The caller should hold the lock
Index: ncac-trove.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/buffer/ncac-trove.c,v
diff -p -u -r1.5 -r1.5.2.1
--- ncac-trove.c 10 Nov 2005 01:27:04 -0000 1.5
+++ ncac-trove.c 11 Nov 2005 21:38:07 -0000 1.5.2.1
@@ -6,6 +6,7 @@
#include "aiovec.h"
#include "ncac-trove.h"
#include "state.h"
+#include "pvfs2-internal.h"
static inline void offset_shorten( int s_cnt,
PVFS_offset *stream_offset_array,
More information about the PVFS2-CVS
mailing list