Commit 0e7e6fda authored by Alexander Viro's avatar Alexander Viro Committed by Linus Torvalds

[PATCH] export for dparent_lock

	Missing export for dparent_lock.
parent b6684ff2
...@@ -152,6 +152,7 @@ EXPORT_SYMBOL(lookup_one_len); ...@@ -152,6 +152,7 @@ EXPORT_SYMBOL(lookup_one_len);
EXPORT_SYMBOL(lookup_hash); EXPORT_SYMBOL(lookup_hash);
EXPORT_SYMBOL(sys_close); EXPORT_SYMBOL(sys_close);
EXPORT_SYMBOL(dcache_lock); EXPORT_SYMBOL(dcache_lock);
EXPORT_SYMBOL(dparent_lock);
EXPORT_SYMBOL(d_alloc_root); EXPORT_SYMBOL(d_alloc_root);
EXPORT_SYMBOL(d_delete); EXPORT_SYMBOL(d_delete);
EXPORT_SYMBOL(dget_locked); EXPORT_SYMBOL(dget_locked);
......
Markdown is supported
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