[Pvfs2-cvs] commit by slang in pvfs2/src/kernel/linux-2.6: namei.c
CVS commit program
cvs at parl.clemson.edu
Tue Oct 9 19:02:35 EDT 2007
Update of /projects/cvsroot/pvfs2/src/kernel/linux-2.6
In directory parlweb1:/tmp/cvs-serv15420/src/kernel/linux-2.6
Modified Files:
namei.c
Log Message:
fixes for kmem_cache leaks in the op cache
Index: namei.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/kernel/linux-2.6/namei.c,v
diff -p -u -r1.82 -r1.83
--- namei.c 5 Apr 2007 14:52:42 -0000 1.82
+++ namei.c 9 Oct 2007 23:02:35 -0000 1.83
@@ -190,6 +190,7 @@ static struct dentry *pvfs2_lookup(
return NULL;
}
+ op_release(new_op);
/* must be a non-recoverable error */
return ERR_PTR(ret);
}
More information about the Pvfs2-cvs
mailing list