aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/garbage.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/unix/garbage.c')
-rw-r--r--net/unix/garbage.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/net/unix/garbage.c b/net/unix/garbage.c
index 8bbe1b8e4ff7..12e2ddaf887f 100644
--- a/net/unix/garbage.c
+++ b/net/unix/garbage.c
@@ -1,9 +1,9 @@
1// SPDX-License-Identifier: GPL-2.0-or-later
1/* 2/*
2 * NET3: Garbage Collector For AF_UNIX sockets 3 * NET3: Garbage Collector For AF_UNIX sockets
3 * 4 *
4 * Garbage Collector: 5 * Garbage Collector:
5 * Copyright (C) Barak A. Pearlmutter. 6 * Copyright (C) Barak A. Pearlmutter.
6 * Released under the GPL version 2 or later.
7 * 7 *
8 * Chopped about by Alan Cox 22/3/96 to make it fit the AF_UNIX socket problem. 8 * Chopped about by Alan Cox 22/3/96 to make it fit the AF_UNIX socket problem.
9 * If it doesn't work blame me, it worked when Barak sent it. 9 * If it doesn't work blame me, it worked when Barak sent it.
@@ -24,11 +24,6 @@
24 * 24 *
25 * - don't just push entire root set; process in place 25 * - don't just push entire root set; process in place
26 * 26 *
27 * This program is free software; you can redistribute it and/or
28 * modify it under the terms of the GNU General Public License
29 * as published by the Free Software Foundation; either version
30 * 2 of the License, or (at your option) any later version.
31 *
32 * Fixes: 27 * Fixes:
33 * Alan Cox 07 Sept 1997 Vmalloc internal stack as needed. 28 * Alan Cox 07 Sept 1997 Vmalloc internal stack as needed.
34 * Cope with changing max_files. 29 * Cope with changing max_files.