]> err.no Git - linux-2.6/blobdiff - fs/eventpoll.c
[PATCH] RTC subsystem: RS5C372 driver
[linux-2.6] / fs / eventpoll.c
index a0f682cdd03e06e8802efdf320c6da9d436d31ad..e067a06c64645663da32c3905e5fb0724d7ac04d 100644 (file)
@@ -281,13 +281,13 @@ static struct mutex epmutex;
 static struct poll_safewake psw;
 
 /* Slab cache used to allocate "struct epitem" */
-static kmem_cache_t *epi_cache;
+static kmem_cache_t *epi_cache __read_mostly;
 
 /* Slab cache used to allocate "struct eppoll_entry" */
-static kmem_cache_t *pwq_cache;
+static kmem_cache_t *pwq_cache __read_mostly;
 
 /* Virtual fs used to allocate inodes for eventpoll files */
-static struct vfsmount *eventpoll_mnt;
+static struct vfsmount *eventpoll_mnt __read_mostly;
 
 /* File callbacks that implement the eventpoll file behaviour */
 static struct file_operations eventpoll_fops = {