wengang wang
2008-Jun-05 02:52 UTC
[Ocfs2-devel] [PATCH 1/1] ocfs2: check return value of ocfs2_journal_load()
we should check the return value of ocfs2_journal_load() before going on. this patch is based on 1.2 svn, but mainline git should has the same fix. Signed-off-by: wengang wang <wen.gang.wang at oracle.com> --- super.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) -- Wengang Wang Member of Technical Staff Oracle Asia R&D Center Open Source Technologies Development Tel: +86 10 8278 6265 Mobile: +86 13381078925 -------------- next part -------------- A non-text attachment was scrubbed... Name: ocfs2_journal_load.patch Type: text/x-patch Size: 548 bytes Desc: not available Url : http://oss.oracle.com/pipermail/ocfs2-devel/attachments/20080605/6b419fb4/attachment.bin
Sunil Mushran
2008-Jun-05 16:28 UTC
[Ocfs2-devel] [PATCH 1/1] ocfs2: check return value of ocfs2_journal_load()
Wengang, Thanks. The patch looks good. However, please can you respin the patch for mainline. As we have now have a 1.4 tree too, inorder to ensure that we don't miss any patches, we want all patches to hit mainline before trickling down to 1.2/1.4. And as this is a bugfix, we should be able to push this in before 2.6.26 is released. Sunil wengang wang wrote:> we should check the return value of ocfs2_journal_load() before going on. > this patch is based on 1.2 svn, but mainline git should has the same fix. > > Signed-off-by: wengang wang <wen.gang.wang at oracle.com> > --- > super.c | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Ocfs2-devel mailing list > Ocfs2-devel at oss.oracle.com > http://oss.oracle.com/mailman/listinfo/ocfs2-devel