Commit ac7823e4 authored by David Howells's avatar David Howells Committed by Linus Torvalds

[PATCH] export rwsem downgrade function

This should do the trick.
parent 08f9788a
......@@ -236,6 +236,7 @@ struct rw_semaphore *rwsem_downgrade_wake(struct rw_semaphore *sem)
EXPORT_SYMBOL_NOVERS(rwsem_down_read_failed);
EXPORT_SYMBOL_NOVERS(rwsem_down_write_failed);
EXPORT_SYMBOL_NOVERS(rwsem_wake);
EXPORT_SYMBOL_NOVERS(rwsem_downgrade_wake);
#if RWSEM_DEBUG
EXPORT_SYMBOL(rwsemtrace);
#endif
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