commit | e56b6a5dda1a36ffaa532df6f975ea324298fa4d | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon May 19 07:53:34 2008 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Jul 26 20:53:29 2008 -0400 |
tree | 700077a8ea298076d1a90e581ea577f4ad27d2dd | |
parent | beb29e058c35ab69e96e455a12ccf7505f6de425 [diff] |
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 <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>