]> git.baikalelectronics.ru Git - kernel.git/commit
namei: make set_root_rcu() return void
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 29 Jun 2015 16:07:04 +0000 (12:07 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 29 Jun 2015 16:07:04 +0000 (12:07 -0400)
commit79f29ce8e996db4c34c8426fe7a6ca08e451ccaf
tree85eb52e3353daeb39ad4805061467658cb31e4ea
parent44fa4b0e9f9f664df1077a17c4f579a4cd965c5b
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: Al Viro <viro@zeniv.linux.org.uk>
fs/namei.c