diff options
Diffstat (limited to 'fs/notify')
-rw-r--r-- | fs/notify/mark.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/notify/mark.c b/fs/notify/mark.c index 923fe4a5f503..d90deaa08e78 100644 --- a/fs/notify/mark.c +++ b/fs/notify/mark.c | |||
@@ -340,7 +340,7 @@ void fsnotify_init_mark(struct fsnotify_mark *mark, | |||
340 | static int fsnotify_mark_destroy(void *ignored) | 340 | static int fsnotify_mark_destroy(void *ignored) |
341 | { | 341 | { |
342 | struct fsnotify_mark *mark, *next; | 342 | struct fsnotify_mark *mark, *next; |
343 | LIST_HEAD(private_destroy_list); | 343 | struct list_head private_destroy_list; |
344 | 344 | ||
345 | for (;;) { | 345 | for (;;) { |
346 | spin_lock(&destroy_lock); | 346 | spin_lock(&destroy_lock); |