Skip to content
Commit 06d7137e authored by Al Viro's avatar Al Viro
Browse files

namei: make set_root_rcu() return void



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: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent dc3f4198
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment