Re: Module variable initialization

2024-12-12 Thread Rick Macklem
On Thu, Dec 12, 2024 at 1:46 AM Zhenlei Huang wrote: > > > > On Dec 12, 2024, at 10:44 AM, Rick Macklem wrote: > > Hi, > > Bugzilla pr#282156 reports a crash that appears to be caused by > a NFS client variable (nfscbd_pool) not being initialized when a > NFS mount is done. > > Now, the NFS clien

Re: Module variable initialization

2024-12-12 Thread Zhenlei Huang
> On Dec 12, 2024, at 10:44 AM, Rick Macklem wrote: > > Hi, > > Bugzilla pr#282156 reports a crash that appears to be caused by > a NFS client variable (nfscbd_pool) not being initialized when a > NFS mount is done. > > Now, the NFS client module (nfscl.ko) is weird in that it has > two defin

Module variable initialization

2024-12-11 Thread Rick Macklem
Hi, Bugzilla pr#282156 reports a crash that appears to be caused by a NFS client variable (nfscbd_pool) not being initialized when a NFS mount is done. Now, the NFS client module (nfscl.ko) is weird in that it has two definitions for the module. There is a VFS_SET() one for the file system and a