Re: WARNING: CPU: 6 PID: 79 at fs/proc/generic.c:521 remove_proc_entry+0x170/0x180()

2014-08-19 Thread Christian Kujau
On Tue, 19 Aug 2014 at 20:13, Cong Wang wrote: > On Tue, Aug 19, 2014 at 7:50 PM, Jiang Liu wrote: > > Hi Kujau, > > It seems like a different issue, something wrong with > > void nfs_fs_proc_net_exit(struct net *net) > > http://marc.info/?l=linux-nfs=140821782107427=2 Thanks, that

Re: WARNING: CPU: 6 PID: 79 at fs/proc/generic.c:521 remove_proc_entry+0x170/0x180()

2014-08-19 Thread Cong Wang
On Tue, Aug 19, 2014 at 7:50 PM, Jiang Liu wrote: > Hi Kujau, > It seems like a different issue, something wrong with > void nfs_fs_proc_net_exit(struct net *net) http://marc.info/?l=linux-nfs=140821782107427=2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

Re: WARNING: CPU: 6 PID: 79 at fs/proc/generic.c:521 remove_proc_entry+0x170/0x180()

2014-08-19 Thread Jiang Liu
Hi Kujau, It seems like a different issue, something wrong with void nfs_fs_proc_net_exit(struct net *net) { struct nfs_net *nn = net_generic(net, nfs_net_id); remove_proc_entry("volumes", nn->proc_nfsfs); remove_proc_entry("servers", nn->proc_nfsfs);

WARNING: CPU: 6 PID: 79 at fs/proc/generic.c:521 remove_proc_entry+0x170/0x180()

2014-08-19 Thread Christian Kujau
Hi, the warning below appeared while booting 3.17.0-rc1. I haven't seen the warning before, but found a recent report on oops.kernel.org: http://oops.kernel.org/oops/warning-at-fs-proc-generic-c521-remove_proc_entry0x18f-0x1a0/ and also reports from July 2014, where the issue was reported to

WARNING: CPU: 6 PID: 79 at fs/proc/generic.c:521 remove_proc_entry+0x170/0x180()

2014-08-19 Thread Christian Kujau
Hi, the warning below appeared while booting 3.17.0-rc1. I haven't seen the warning before, but found a recent report on oops.kernel.org: http://oops.kernel.org/oops/warning-at-fs-proc-generic-c521-remove_proc_entry0x18f-0x1a0/ and also reports from July 2014, where the issue was reported to

Re: WARNING: CPU: 6 PID: 79 at fs/proc/generic.c:521 remove_proc_entry+0x170/0x180()

2014-08-19 Thread Jiang Liu
Hi Kujau, It seems like a different issue, something wrong with void nfs_fs_proc_net_exit(struct net *net) { struct nfs_net *nn = net_generic(net, nfs_net_id); remove_proc_entry(volumes, nn-proc_nfsfs); remove_proc_entry(servers, nn-proc_nfsfs);

Re: WARNING: CPU: 6 PID: 79 at fs/proc/generic.c:521 remove_proc_entry+0x170/0x180()

2014-08-19 Thread Cong Wang
On Tue, Aug 19, 2014 at 7:50 PM, Jiang Liu jiang@linux.intel.com wrote: Hi Kujau, It seems like a different issue, something wrong with void nfs_fs_proc_net_exit(struct net *net) http://marc.info/?l=linux-nfsm=140821782107427w=2 -- To unsubscribe from this list: send the line

Re: WARNING: CPU: 6 PID: 79 at fs/proc/generic.c:521 remove_proc_entry+0x170/0x180()

2014-08-19 Thread Christian Kujau
On Tue, 19 Aug 2014 at 20:13, Cong Wang wrote: On Tue, Aug 19, 2014 at 7:50 PM, Jiang Liu jiang@linux.intel.com wrote: Hi Kujau, It seems like a different issue, something wrong with void nfs_fs_proc_net_exit(struct net *net) http://marc.info/?l=linux-nfsm=140821782107427w=2