[PATCH] module unload was not removing /proc/fs/jfs/ (4 of 4)
[email protected] Mon, 10 May 2004 15:04:14 -0500
| Newsgroups | gmane.comp.file-systems.jfs.patches |
|---|---|
| Message-ID | <[email protected]> |
# This is a BitKeeper generated diff -Nru style patch. # # ChangeSet # 2004/05/10 10:55:37-05:00 [email protected] # JFS: module unload was not removing /proc/fs/jfs/ # diff -Nru a/fs/jfs/jfs_debug.c b/fs/jfs/jfs_debug.c --- a/fs/jfs/jfs_debug.c Mon May 10 14:56:17 2004 +++ b/fs/jfs/jfs_debug.c Mon May 10 14:56:17 2004 @@ -1,6 +1,6 @@ /* - * Copyright (c) International Business Machines Corp., 2000-2002 - * Portions Copyright (c) Christoph Hellwig, 2001-2002 + * Copyright (C) International Business Machines Corp., 2000-2004 + * Portions Copyright (C) Christoph Hellwig, 2001-2002 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -147,7 +147,7 @@ if (base) { for (i = 0; i < NPROCENT; i++) remove_proc_entry(Entries[i].name, base); - remove_proc_entry("jfs", base); + remove_proc_entry("jfs", proc_root_fs); } }