[PVFS2-CVS]
commit by pcarns in pvfs2/src/apps/kernel/linux: pvfs2-client-core.c
CVS commit program
cvs at parl.clemson.edu
Thu Jul 8 18:02:19 EDT 2004
Update of /projects/cvsroot/pvfs2/src/apps/kernel/linux
In directory parlweb:/tmp/cvs-serv13866/src/apps/kernel/linux
Modified Files:
pvfs2-client-core.c
Log Message:
rename pint-bucket interface to pint-cached-config
Index: pvfs2-client-core.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/apps/kernel/linux/pvfs2-client-core.c,v
diff -p -u -r1.4 -r1.5
--- pvfs2-client-core.c 8 Jul 2004 20:06:47 -0000 1.4
+++ pvfs2-client-core.c 8 Jul 2004 21:02:19 -0000 1.5
@@ -747,7 +747,7 @@ static int service_fs_mount_request(vfs_
before sending success response we need to resolve the root
handle, given the previously resolved fs_id
*/
- ret = PINT_bucket_get_root_handle(mntent.fs_id, &root_handle);
+ ret = PINT_cached_config_get_root_handle(mntent.fs_id, &root_handle);
if (ret)
{
gossip_err("Failed to retrieve root handle for "
More information about the PVFS2-CVS
mailing list