]> git.tuebingen.mpg.de Git - paraslash.git/commit
Kill mmd_lock() and mmd_unlock().
authorAndre Noll <maan@systemlinux.org>
Sat, 12 Apr 2008 17:18:58 +0000 (19:18 +0200)
committerAndre Noll <maan@systemlinux.org>
Sat, 12 Apr 2008 17:18:58 +0000 (19:18 +0200)
commitd79c420304e9ae7e0dec89ca2644f2e04a7134e2
treee317d8dcc37a353b7f0aa8bf07da0361a4ba7b84
parent7d7594cb6258ca8ae693143d3fe78c3da73294a8
Kill mmd_lock() and mmd_unlock().

They were only wrappers for mutex_lock() and mutex_unlock().
So export the lock, use mutex_lock() and mutex_unlock()
everywhere and remove the wrappers.
afs.c
command.c
server.c
server.h