All of lore.kernel.org
 help / color / mirror / Atom feed
* [Ocfs2-devel] [PATCH] ocfs2_prep_new_orphaned_file should return ret
@ 2013-05-22  1:43 xiaowei.hu at oracle.com
  2013-05-22  2:31 ` shencanquan
  2013-05-28 22:35 ` Andrew Morton
  0 siblings, 2 replies; 8+ messages in thread
From: xiaowei.hu at oracle.com @ 2013-05-22  1:43 UTC (permalink / raw)
  To: ocfs2-devel

From: "Xiaowei.Hu" <xiaowei.hu@oracle.com>

---
 fs/ocfs2/namei.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/ocfs2/namei.c b/fs/ocfs2/namei.c
index 50c93a8..422cbe0 100644
--- a/fs/ocfs2/namei.c
+++ b/fs/ocfs2/namei.c
@@ -2216,7 +2216,7 @@ out:
 
 	brelse(orphan_dir_bh);
 
-	return 0;
+	return ret;
 }
 
 int ocfs2_create_inode_in_orphan(struct inode *dir,
-- 
1.7.11.7

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-05-29  1:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-22  1:43 [Ocfs2-devel] [PATCH] ocfs2_prep_new_orphaned_file should return ret xiaowei.hu at oracle.com
2013-05-22  2:31 ` shencanquan
2013-05-22  2:38   ` xiaowei.hu
2013-05-22  2:44     ` shencanquan
2013-05-22 22:50       ` Sunil Mushran
2013-05-27  5:28         ` Joe Jin
2013-05-28 22:35 ` Andrew Morton
2013-05-29  1:06   ` xiaowei.hu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.