Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176334
b: refs/heads/master
c: 118d52d
h: refs/heads/master
v: v3
  • Loading branch information
Amerigo Wang authored and Linus Torvalds committed Dec 15, 2009
1 parent d8173de commit de4b9e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0b2749aa6ca40ff3fe12ebb3fdf010ebad2e9085
refs/heads/master: 118d52da1816471ac875bb9f1ee51737e82b1d71
10 changes: 1 addition & 9 deletions trunk/lib/rwsem-spinlock.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ void __init_rwsem(struct rw_semaphore *sem, const char *name,
spin_lock_init(&sem->wait_lock);
INIT_LIST_HEAD(&sem->wait_list);
}
EXPORT_SYMBOL(__init_rwsem);

/*
* handle the lock release when processes blocked on it that can now run
Expand Down Expand Up @@ -305,12 +306,3 @@ void __downgrade_write(struct rw_semaphore *sem)
spin_unlock_irqrestore(&sem->wait_lock, flags);
}

EXPORT_SYMBOL(__init_rwsem);
EXPORT_SYMBOL(__down_read);
EXPORT_SYMBOL(__down_read_trylock);
EXPORT_SYMBOL(__down_write_nested);
EXPORT_SYMBOL(__down_write);
EXPORT_SYMBOL(__down_write_trylock);
EXPORT_SYMBOL(__up_read);
EXPORT_SYMBOL(__up_write);
EXPORT_SYMBOL(__downgrade_write);

0 comments on commit de4b9e5

Please sign in to comment.