[<prev] [next>] [day] [month] [year] [list]
Message-Id: <200805191919.35988.adobriyan@parallels.com>
Date: Mon, 19 May 2008 19:19:35 +0400
From: Alexey Dobriyan <adobriyan@...allels.com>
To: bugme-daemon@...zilla.kernel.org
Cc: akpm@...ux-foundation.org, kaber@...sh.net, den@...nvz.org,
netdev@...r.kernel.org, devzero@....de
Subject: Re: [Bugme-new] [Bug 10737] New: pktgen procfs problem
> remove_proc_entry: removing non-empty directory 'net/pktgen', leaking at least 'kpktgend_1'
> --- a/fs/proc/inode.c
> +++ b/fs/proc/inode.c
> @@ -425,7 +425,8 @@ struct inode *proc_get_inode(struct super_block *sb, unsigned int ino,
> }
> }
> unlock_new_inode(inode);
> - }
> + } else
> + module_put(de->owner);
> return inode;
>
> out_ino:
For the record, I fail to see how this can fix original bugreport:
If rmmod started and proc warnings were spewed, module's refcount was 0,
so positive refcount leak can't do that.
Roland, was it just modprobe/rmmod or something else?
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists