|
@@ -46,7 +46,7 @@
|
|
/* these are configurable via /proc/sys/fs/inotify/ */
|
|
/* these are configurable via /proc/sys/fs/inotify/ */
|
|
static int inotify_max_user_instances __read_mostly;
|
|
static int inotify_max_user_instances __read_mostly;
|
|
static int inotify_max_queued_events __read_mostly;
|
|
static int inotify_max_queued_events __read_mostly;
|
|
-int inotify_max_user_watches __read_mostly;
|
|
|
|
|
|
+static int inotify_max_user_watches __read_mostly;
|
|
|
|
|
|
static struct kmem_cache *inotify_inode_mark_cachep __read_mostly;
|
|
static struct kmem_cache *inotify_inode_mark_cachep __read_mostly;
|
|
struct kmem_cache *event_priv_cachep __read_mostly;
|
|
struct kmem_cache *event_priv_cachep __read_mostly;
|