On Wed, 1 Apr 2015 08:43:45 +0800 Joseph Qi <joseph...@huawei.com> wrote:

> > From: Andrew Morton <a...@linux-foundation.org>
> > Subject: ocfs2: make mlog_errno return the errno
> > 
> > ocfs2 does
> > 
> >     mlog_errno(v);
> >     return v;
> > 
> > in many places.  Change mlog_errno() so we can do
> > 
> >     return mlog_errno(v);
> > 
> I don't think this is fit for all.
> In many places it should do cleanup rather than just return the error
> code.

There are about 50 sites which can use this.

_______________________________________________
Ocfs2-devel mailing list
Ocfs2-devel@oss.oracle.com
https://oss.oracle.com/mailman/listinfo/ocfs2-devel

Reply via email to