[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20150226133329.8a80c302d3ec014a2b0d58ff@linux-foundation.org>
Date: Thu, 26 Feb 2015 13:33:29 -0800
From: Andrew Morton <akpm@...ux-foundation.org>
To: Daeseok Youn <daeseok.youn@...il.com>
Cc: mfasheh@...e.com, jlbec@...lplan.org, ocfs2-devel@....oracle.com,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/3] ocfs2: remove unneeded variable 'status'
On Mon, 23 Feb 2015 19:38:10 +0900 Daeseok Youn <daeseok.youn@...il.com> wrote:
> Use 'retval' instead of 'status'.
>
The patch does a lot more than this. It causes __ocfs2_add_entry to
propagate error codes which were previously dropped on the floor.
Please update the changelog to fully explain the functional changes and
to explain why they are desirable.
After the patch there is still one unchecked call to
ocfs2_journal_access_di() and one unchecked call to
ocfs2_journal_access_db(). Probably these are bugs.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists