From c7ea76302547f81e4583d0d7c52a1c37c6747f5d Mon Sep 17 00:00:00 2001 From: Davide Libenzi Date: Tue, 15 May 2007 01:40:47 -0700 Subject: [PATCH] epoll locks changes and cleanups Changes the rwlock to a spinlock, and drops the use-count variable. Operations are always bound by the mutex now, so the use-count is no more needed. For the same reason, the rwlock can become a simple spinlock. Signed-off-by: Davide Libenzi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-format-patch failed