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:
dc3f419
)
namei: make set_root_rcu() return void
author
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 29 Jun 2015 16:07:04 +0000
(12:07 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 29 Jun 2015 16:07:04 +0000
(12:07 -0400)
The only caller that cares about its return value can just
as easily pick it from nd->root_seq itself. We used to just
calculate it and return to caller, but these days we are
storing it in nd->root_seq in all cases.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/namei.c
patch
|
blob
|
history
diff --cc
fs/namei.c
Simple merge