[PVFS2-CVS] commit by neill in pvfs2/src/client/sysint: fs-add.c
CVS commit program
cvs at parl.clemson.edu
Fri May 7 17:53:41 EDT 2004
Update of /projects/cvsroot/pvfs2/src/client/sysint
In directory parlweb:/tmp/cvs-serv14302/src/client/sysint
Modified Files:
fs-add.c
Log Message:
- fixes a bug that tried to free pvfstab entries that weren't allocated
Index: fs-add.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/fs-add.c,v
diff -p -u -r1.12 -r1.13
--- fs-add.c 6 May 2004 12:59:16 -0000 1.12
+++ fs-add.c 7 May 2004 20:53:41 -0000 1.13
@@ -99,8 +99,8 @@ int PVFS_sys_fs_add(struct PVFS_sys_mnte
new_server_config, mntent->fs_id);
if (ret < 0)
{
- PVFS_util_remove_internal_mntent(mntent);
PVFS_perror_gossip("PINT_server_config_mgr_add_config failed", ret);
+ PVFS_util_remove_internal_mntent(mntent);
goto error_exit;
}
More information about the PVFS2-CVS
mailing list