commit | 6548fae2eca6b66c7257af6663fdbdf5a50745fd | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu May 07 20:32:22 2015 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon May 11 08:13:13 2015 -0400 |
tree | 9bd27e6603841fa48feca5a053b8c8b1ecd5129c | |
parent | ecc087ff14352aed52b8e775b4511e7f9cfc64ec [diff] |
namei: make put_link() RCU-safe very simple - just make path_put() conditional on !RCU. Note that right now it doesn't get called in RCU mode - we leave it before getting anything into stack. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>