Fw: Re: Kernel oops with cifs

2011-08-15 Thread kirk w
I compiled 3.0.1 with the 3.0.2-rc1 patch and your patch: diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c index ccc1afa..e0ea721 100644 --- a/fs/cifs/connect.c +++ b/fs/cifs/connect.c @@ -2838,7 +2838,8 @@ cleanup_volume_info_contents(struct smb_vol *volume_info) kfree(volume_info->username

Re: aufs2 and aufs3 GIT release

2011-08-15 Thread sfjro
Hello justin, justin: > I tried the auf3-standalone.git but the standalone.patch somehow misses > the the export of the cap_file_mmap symbol. > > the aufs2.2 standalone for .39 still export its. > > Bug or feature? Bug. Accidentaly I forgot put "EXPORT_SYMBOL(cap_file_mmap)" into aufs3-standalon

Re: aufs2 and aufs3 GIT release

2011-08-15 Thread justin
Hi, I tried the auf3-standalone.git but the standalone.patch somehow misses the the export of the cap_file_mmap symbol. the aufs2.2 standalone for .39 still export its. Bug or feature? Thanks justin signature.asc Description: OpenPGP digital signature ---

Re: Kernel oops with cifs

2011-08-15 Thread kirk w
Hi Junjiro, I'm don't think it's a AUFS problem. See: https://lkml.org/lkml/2011/8/15/121 And during 3.0rcX there were cifs problems that would cause a oops. It's very difficult to get any information when it crashes, only once could I save some logs. I'll wait for the 3.0.2 kernel and test wi

Re: Kernel oops with cifs

2011-08-15 Thread sfjro
sf...@users.sourceforge.net: > kirk w: > > I think I ran into a bug with the 3.0 kernel and AUFS. All seems fine until > > you try to do a cifs mount, then the kernel crashes: ::: > Thank you for report. > I'll try by myself and also read cifs code when I have time. Hi, I have just trie