From: Al Viro Date: Wed, 9 Mar 2011 05:36:45 +0000 (-0500) Subject: do_last: unify may_open() call and everyting after it X-Git-Tag: v2.6.39-rc1~514^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca344a894b41a133dab07dfbbdf652c053f6658c;p=pandora-kernel.git do_last: unify may_open() call and everyting after it We have a bunch of diverging codepaths in do_last(); some of them converge, but the case of having to create a new file duplicates large part of common tail of the rest and exits separately. Massage them so that they could be merged. Signed-off-by: Al Viro --- Reading git-diff-tree failed