[PVFS2-CVS] commit by slang in pvfs2/src/client/sysint: acache.c
lookup-ncache.sm mgmt-create-dirent.sm mgmt-get-dirdata-handle.sm
mgmt-remove-dirent.sm mgmt-remove-object.sm ncache.c remove.sm
sys-create.sm sys-flush.sm sys-getattr.sm sys-io.sm sys-lookup.sm
sys-mkdir.sm sys-readdir.sm sys-remove.sm sys-rename.sm
sys-setattr.sm sys-symlink.sm sys-truncate.sm
CVS commit program
cvs at parl.clemson.edu
Fri Nov 11 16:38:01 EST 2005
Update of /projects/cvsroot/pvfs2/src/client/sysint
In directory parlweb:/tmp/cvs-serv745/src/client/sysint
Modified Files:
Tag: pvfs2-1-3-1-branch
acache.c lookup-ncache.sm mgmt-create-dirent.sm
mgmt-get-dirdata-handle.sm mgmt-remove-dirent.sm
mgmt-remove-object.sm ncache.c remove.sm sys-create.sm
sys-flush.sm sys-getattr.sm sys-io.sm sys-lookup.sm
sys-mkdir.sm sys-readdir.sm sys-remove.sm sys-rename.sm
sys-setattr.sm sys-symlink.sm sys-truncate.sm
Log Message:
committing lld/llu fixes to 1.3.1 branch
Index: acache.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/acache.c,v
diff -p -u -r1.21 -r1.21.2.1
--- acache.c 10 Nov 2005 01:26:58 -0000 1.21
+++ acache.c 11 Nov 2005 21:37:59 -0000 1.21.2.1
@@ -18,6 +18,7 @@
#include "acache.h"
#include "quickhash.h"
#include "pint-util.h"
+#include "pvfs2-internal.h"
/* comment out the following for non-verbose acache debugging */
#define VERBOSE_ACACHE_DEBUG
Index: lookup-ncache.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/lookup-ncache.sm,v
diff -p -u -r1.12 -r1.12.2.1
--- lookup-ncache.sm 10 Nov 2005 01:26:58 -0000 1.12
+++ lookup-ncache.sm 11 Nov 2005 21:37:59 -0000 1.12.2.1
@@ -48,6 +48,7 @@
#include "pint-servreq.h"
#include "ncache.h"
#include "PINT-reqproto-encode.h"
+#include "pvfs2-internal.h"
enum
{
Index: mgmt-create-dirent.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/mgmt-create-dirent.sm,v
diff -p -u -r1.9 -r1.9.2.1
--- mgmt-create-dirent.sm 10 Nov 2005 01:26:58 -0000 1.9
+++ mgmt-create-dirent.sm 11 Nov 2005 21:37:59 -0000 1.9.2.1
@@ -23,6 +23,7 @@
#include "pint-servreq.h"
#include "pint-cached-config.h"
#include "PINT-reqproto-encode.h"
+#include "pvfs2-internal.h"
extern job_context_id pint_client_sm_context;
Index: mgmt-get-dirdata-handle.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/mgmt-get-dirdata-handle.sm,v
diff -p -u -r1.7 -r1.7.2.1
--- mgmt-get-dirdata-handle.sm 10 Nov 2005 01:26:58 -0000 1.7
+++ mgmt-get-dirdata-handle.sm 11 Nov 2005 21:38:00 -0000 1.7.2.1
@@ -25,6 +25,7 @@
#include "pint-servreq.h"
#include "pint-cached-config.h"
#include "PINT-reqproto-encode.h"
+#include "pvfs2-internal.h"
extern job_context_id pint_client_sm_context;
Index: mgmt-remove-dirent.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/mgmt-remove-dirent.sm,v
diff -p -u -r1.7 -r1.7.2.1
--- mgmt-remove-dirent.sm 10 Nov 2005 01:26:58 -0000 1.7
+++ mgmt-remove-dirent.sm 11 Nov 2005 21:38:00 -0000 1.7.2.1
@@ -24,6 +24,7 @@
#include "pint-servreq.h"
#include "pint-cached-config.h"
#include "PINT-reqproto-encode.h"
+#include "pvfs2-internal.h"
extern job_context_id pint_client_sm_context;
Index: mgmt-remove-object.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/mgmt-remove-object.sm,v
diff -p -u -r1.7 -r1.7.2.1
--- mgmt-remove-object.sm 10 Nov 2005 01:26:58 -0000 1.7
+++ mgmt-remove-object.sm 11 Nov 2005 21:38:00 -0000 1.7.2.1
@@ -24,6 +24,7 @@
#include "pint-servreq.h"
#include "pint-cached-config.h"
#include "PINT-reqproto-encode.h"
+#include "pvfs2-internal.h"
extern job_context_id pint_client_sm_context;
Index: ncache.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/ncache.c,v
diff -p -u -r1.10 -r1.10.2.1
--- ncache.c 10 Nov 2005 01:26:58 -0000 1.10
+++ ncache.c 11 Nov 2005 21:38:00 -0000 1.10.2.1
@@ -8,6 +8,7 @@
#include <assert.h>
#include "ncache.h"
+#include "pvfs2-internal.h"
typedef struct
{
Index: remove.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/remove.sm,v
diff -p -u -r1.16 -r1.16.2.1
--- remove.sm 10 Nov 2005 01:26:58 -0000 1.16
+++ remove.sm 11 Nov 2005 21:38:00 -0000 1.16.2.1
@@ -16,6 +16,7 @@
#include "pint-cached-config.h"
#include "PINT-reqproto-encode.h"
#include "pint-util.h"
+#include "pvfs2-internal.h"
extern job_context_id pint_client_sm_context;
Index: sys-create.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/sys-create.sm,v
diff -p -u -r1.85 -r1.85.2.1
--- sys-create.sm 10 Nov 2005 01:26:58 -0000 1.85
+++ sys-create.sm 11 Nov 2005 21:38:00 -0000 1.85.2.1
@@ -28,6 +28,7 @@
#include "PINT-reqproto-encode.h"
#include "pint-util.h"
#include "ncache.h"
+#include "pvfs2-internal.h"
extern job_context_id pint_client_sm_context;
Index: sys-flush.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/sys-flush.sm,v
diff -p -u -r1.32 -r1.32.2.1
--- sys-flush.sm 10 Nov 2005 01:26:58 -0000 1.32
+++ sys-flush.sm 11 Nov 2005 21:38:00 -0000 1.32.2.1
@@ -22,6 +22,7 @@
#include "pint-cached-config.h"
#include "PINT-reqproto-encode.h"
#include "pint-util.h"
+#include "pvfs2-internal.h"
extern job_context_id pint_client_sm_context;
Index: sys-getattr.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/sys-getattr.sm,v
diff -p -u -r1.87 -r1.87.2.1
--- sys-getattr.sm 10 Nov 2005 01:26:58 -0000 1.87
+++ sys-getattr.sm 11 Nov 2005 21:38:00 -0000 1.87.2.1
@@ -25,6 +25,7 @@
#include "pint-servreq.h"
#include "pint-cached-config.h"
#include "PINT-reqproto-encode.h"
+#include "pvfs2-internal.h"
/* pvfs2_client_getattr_sm
*
Index: sys-io.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/sys-io.sm,v
diff -p -u -r1.131 -r1.131.2.1
--- sys-io.sm 10 Nov 2005 01:26:59 -0000 1.131
+++ sys-io.sm 11 Nov 2005 21:38:00 -0000 1.131.2.1
@@ -23,6 +23,7 @@
#include "pint-cached-config.h"
#include "PINT-reqproto-encode.h"
#include "pint-util.h"
+#include "pvfs2-internal.h"
extern job_context_id pint_client_sm_context;
Index: sys-lookup.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/sys-lookup.sm,v
diff -p -u -r1.58 -r1.58.2.1
--- sys-lookup.sm 10 Nov 2005 01:26:59 -0000 1.58
+++ sys-lookup.sm 11 Nov 2005 21:38:00 -0000 1.58.2.1
@@ -23,6 +23,7 @@
#include "pint-servreq.h"
#include "pint-cached-config.h"
#include "PINT-reqproto-encode.h"
+#include "pvfs2-internal.h"
extern job_context_id pint_client_sm_context;
Index: sys-mkdir.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/sys-mkdir.sm,v
diff -p -u -r1.49 -r1.49.2.1
--- sys-mkdir.sm 10 Nov 2005 01:26:59 -0000 1.49
+++ sys-mkdir.sm 11 Nov 2005 21:38:00 -0000 1.49.2.1
@@ -26,6 +26,7 @@
#include "PINT-reqproto-encode.h"
#include "pint-util.h"
#include "ncache.h"
+#include "pvfs2-internal.h"
extern job_context_id pint_client_sm_context;
Index: sys-readdir.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/sys-readdir.sm,v
diff -p -u -r1.39 -r1.39.2.1
--- sys-readdir.sm 10 Nov 2005 01:26:59 -0000 1.39
+++ sys-readdir.sm 11 Nov 2005 21:38:00 -0000 1.39.2.1
@@ -23,6 +23,7 @@
#include "PINT-reqproto-encode.h"
#include "ncache.h"
#include "pint-util.h"
+#include "pvfs2-internal.h"
extern job_context_id pint_client_sm_context;
Index: sys-remove.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/sys-remove.sm,v
diff -p -u -r1.91 -r1.91.2.1
--- sys-remove.sm 10 Nov 2005 01:26:59 -0000 1.91
+++ sys-remove.sm 11 Nov 2005 21:38:00 -0000 1.91.2.1
@@ -23,6 +23,7 @@
#include "pint-cached-config.h"
#include "PINT-reqproto-encode.h"
#include "ncache.h"
+#include "pvfs2-internal.h"
/*
PVFS_{i}sys_remove takes the following steps:
Index: sys-rename.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/sys-rename.sm,v
diff -p -u -r1.40 -r1.40.2.1
--- sys-rename.sm 10 Nov 2005 01:26:59 -0000 1.40
+++ sys-rename.sm 11 Nov 2005 21:38:00 -0000 1.40.2.1
@@ -26,6 +26,7 @@
#include "pint-cached-config.h"
#include "PINT-reqproto-encode.h"
#include "pint-util.h"
+#include "pvfs2-internal.h"
extern job_context_id pint_client_sm_context;
Index: sys-setattr.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/sys-setattr.sm,v
diff -p -u -r1.41 -r1.41.2.1
--- sys-setattr.sm 10 Nov 2005 01:26:59 -0000 1.41
+++ sys-setattr.sm 11 Nov 2005 21:38:01 -0000 1.41.2.1
@@ -23,6 +23,7 @@
#include "pint-cached-config.h"
#include "PINT-reqproto-encode.h"
#include "pint-util.h"
+#include "pvfs2-internal.h"
extern job_context_id pint_client_sm_context;
Index: sys-symlink.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/sys-symlink.sm,v
diff -p -u -r1.56 -r1.56.2.1
--- sys-symlink.sm 10 Nov 2005 01:26:59 -0000 1.56
+++ sys-symlink.sm 11 Nov 2005 21:38:01 -0000 1.56.2.1
@@ -23,6 +23,7 @@
#include "PINT-reqproto-encode.h"
#include "pint-util.h"
#include "ncache.h"
+#include "pvfs2-internal.h"
extern job_context_id pint_client_sm_context;
Index: sys-truncate.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/sys-truncate.sm,v
diff -p -u -r1.42 -r1.42.2.1
--- sys-truncate.sm 10 Nov 2005 01:26:59 -0000 1.42
+++ sys-truncate.sm 11 Nov 2005 21:38:01 -0000 1.42.2.1
@@ -24,6 +24,7 @@
#include "pint-cached-config.h"
#include "PINT-reqproto-encode.h"
#include "acache.h"
+#include "pvfs2-internal.h"
extern job_context_id pint_client_sm_context;
More information about the PVFS2-CVS
mailing list