Skip to content
Snippets Groups Projects
Commit bca585d2 authored by Al Viro's avatar Al Viro
Browse files

new helper: d_find_alias_rcu()


similar to d_find_alias(inode), except that
	* the caller must be holding rcu_read_lock()
	* inode must not be freed until matching rcu_read_unlock()
	* result is *NOT* pinned and can only be dereferenced until
the matching rcu_read_unlock().

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent d36a1dd9
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment