Index: src/client/sysint/sys-remove.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/client/sysint/sys-remove.sm,v
retrieving revision 1.107
diff -u -a -p -a -u -r1.107 sys-remove.sm
--- src/client/sysint/sys-remove.sm     20 Nov 2008 01:16:50 -0000      1.107
+++ src/client/sysint/sys-remove.sm     29 Jun 2010 18:14:39 -0000
@@ -413,6 +413,7 @@ static PINT_sm_action remove_check_error
             break;
         case -PVFS_EINVAL:
         case -PVFS_ENOMEM:
+        case -PVFS_ENOENT:
             /* don't undo after these errors */
             sm_p->u.remove.stored_error_code = js_p->error_code;
             js_p->error_code = RETURN_STORED_ERROR_CODE;
