From: Christoph Hellwig Date: Mon, 19 May 2008 05:53:34 +0000 (+0200) Subject: Re: [PATCH 3/6] vfs: open_exec cleanup X-Git-Tag: v2.6.27-rc1~73^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e56b6a5dda1a36ffaa532df6f975ea324298fa4d;p=pandora-kernel.git Re: [PATCH 3/6] vfs: open_exec cleanup On Mon, May 19, 2008 at 12:01:49AM +0200, Marcin Slusarz wrote: > open_exec is needlessly indented, calls ERR_PTR with 0 argument > (which is not valid errno) and jumps into middle of function > just to return value. > So clean it up a bit. Still looks rather messy. See below for a better version. Signed-off-by: Christoph Hellwig Signed-off-by: Al Viro --- Reading git-diff-tree failed