kernel/locking/rt.c: add missing EXPORT_SYMBOL for rt_down_write_nested_lock() needed by f2fs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I found this trying to build 3.14.2-rt3.

Signed-off-by: Joakim Hernberg <jhernberg@xxxxxxxxxx>
---
 kernel/locking/rt.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kernel/locking/rt.c b/kernel/locking/rt.c
index 055a3df..3a57b3a 100644
--- a/kernel/locking/rt.c
+++ b/kernel/locking/rt.c
@@ -366,6 +366,7 @@ void rt_down_write_nested_lock(struct rw_semaphore *rwsem,
        rwsem_acquire_nest(&rwsem->dep_map, 0, 0, nest, _RET_IP_);
        rt_mutex_lock(&rwsem->lock);
 }
+EXPORT_SYMBOL(rt_down_write_nested_lock);
 
 int  rt_down_read_trylock(struct rw_semaphore *rwsem)
 {


-- 

   Joakim
--
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [RT Stable]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux