git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b44f1b
)
do_last: unify may_open() call and everyting after it
author
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 9 Mar 2011 05:36:45 +0000
(
00:36
-0500)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 14 Mar 2011 13:15:27 +0000
(09:15 -0400)
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 <viro@zeniv.linux.org.uk>
fs/namei.c
patch
|
blob
|
history
diff --cc
fs/namei.c
Simple merge