[PATCH 05/31] IGET: Use iget_failed() in GFS2 [try #4]

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: David Howells
Date: Friday, October 12, 2007 - 2:07 am

Use iget_failed() in GFS2 to kill a failed inode.

Signed-off-by: David Howells <dhowells@redhat.com>
---

 fs/gfs2/inode.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/gfs2/inode.c b/fs/gfs2/inode.c
index 34f7bcd..498844f 100644
--- a/fs/gfs2/inode.c
+++ b/fs/gfs2/inode.c
@@ -185,7 +185,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);
 }
 

-
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 00/31] Remove iget() and read_inode() [try #4], David Howells, (Fri Oct 12, 2:07 am)
[PATCH 04/31] IGET: Use iget_failed() in AFS [try #4], David Howells, (Fri Oct 12, 2:07 am)
[PATCH 05/31] IGET: Use iget_failed() in GFS2 [try #4], David Howells, (Fri Oct 12, 2:07 am)
Re: [PATCH 00/31] Remove iget() and read_inode() [try #4], David Howells, (Fri Oct 12, 3:58 am)