[linux-cifs-client] Oops in cifs_close (FC2/2.6.8.1)

Suresh Gopalakrishnan gsuresh at cs.rutgers.edu
Sun Aug 22 16:37:53 GMT 2004



On Sun, 22 Aug 2004, Suresh Gopalakrishnan wrote:
> On Sun, 22 Aug 2004, Steve French wrote:
> > I didn't see matching assembly instructions in cifs_close on my
> > 2.6.8.1 (built with Fedora's version of gcc 3.3.2). Could you send me
> > file.s (ie you can do "make fs/cifs/file.s"). Also the 2.6.8.1
> > cifs_close built on my Fedora box ends up 30 bytes or so larger,
> > although that may be because of some of the debug options differing
> > slightly in our configs.
> 
> The file.s is attached (the FC2 box here has gcc 3.3.3). It seems like
> the Oops happened while removing the file from the following lines
> after CIFSSMBClose in cifs_close():

I meant to write:

It seems like the Oops happened while removing the file from "one of the
'OpenFileList's in" the following lines after CIFSSMBClose in
cifs_close():


> 		list_del(&pSMBFile->flist);
> 		list_del(&pSMBFile->tlist);

--suresh



More information about the linux-cifs-client mailing list