Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / fs / afs / cmservice.c
index f87d5a7..3d097fd 100644 (file)
@@ -24,7 +24,7 @@
 #include "internal.h"
 
 static unsigned afscm_usage;           /* AFS cache manager usage count */
-static DECLARE_RWSEM(afscm_sem);       /* AFS cache manager start/stop semaphore */
+static struct rw_semaphore afscm_sem;  /* AFS cache manager start/stop semaphore */
 
 static int afscm_new_call(struct rxrpc_call *call);
 static void afscm_attention(struct rxrpc_call *call);