diff options
-rw-r--r-- | net/unix/garbage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/unix/garbage.c b/net/unix/garbage.c index 9bc73f87f64a..99f7012b23b9 100644 --- a/net/unix/garbage.c +++ b/net/unix/garbage.c | |||
@@ -258,7 +258,7 @@ static void inc_inflight_move_tail(struct unix_sock *u) | |||
258 | list_move_tail(&u->link, &gc_candidates); | 258 | list_move_tail(&u->link, &gc_candidates); |
259 | } | 259 | } |
260 | 260 | ||
261 | static bool gc_in_progress = false; | 261 | static bool gc_in_progress; |
262 | #define UNIX_INFLIGHT_TRIGGER_GC 16000 | 262 | #define UNIX_INFLIGHT_TRIGGER_GC 16000 |
263 | 263 | ||
264 | void wait_for_unix_gc(void) | 264 | void wait_for_unix_gc(void) |