]> err.no Git - linux-2.6/blobdiff - fs/gfs2/inode.c
ocfs2/dlm: Create slabcaches for lock and lockres
[linux-2.6] / fs / gfs2 / inode.c
index 728d3169e7bd5b32b112bf29852d52c394ef6915..37725ade3c51e38876cc796f30cc2e356b2248c4 100644 (file)
@@ -240,7 +240,7 @@ fail_put:
        ip->i_gl->gl_object = NULL;
        gfs2_glock_put(ip->i_gl);
 fail:
-       iput(inode);
+       iget_failed(inode);
        return ERR_PTR(error);
 }