Re: Source code of SMB2 Kernel module

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 10/29/2010 12:25 PM, Shinnosuke Yagi wrote:
> Thank you, Suresh.
> 
> I could get kernel source.
> Then, I try to build with following SMB2 options.
> 
> ==========================================
> $ grep SMB2 .config
> CONFIG_SMB2_FS=y
> # CONFIG_SMB2_STATS is not set
> # CONFIG_SMB2_DEBUG2 is not set
> ==========================================
> 
> 
> However, I failed to build and got a following error.
> 
> ====================================================
> $ make
>   CHK     include/linux/version.h
>   CHK     include/generated/utsrelease.h
>   CALL    scripts/checksyscalls.sh
>   CHK     include/generated/compile.h
>   VDSOSYM arch/x86/vdso/vdso32-int80-syms.lds
>   VDSOSYM arch/x86/vdso/vdso32-sysenter-syms.lds
>   VDSOSYM arch/x86/vdso/vdso32-syms.lds
>   LD      arch/x86/vdso/built-in.o
>   LD      arch/x86/built-in.o
>   LD      fs/built-in.o
> ld: fs/cifs_common/built-in.o: No such file: No such file or directory
> make[1]: *** [fs/built-in.o] Error 1
> make: *** [fs] Error 2
> =====================================================
> 

Just comment out the line

obj-$(CONFIG_CIFS_COMMON)       += cifs_common/

in fs/Makefile and try. Seems Steve's fix is still missing in the smb2.git.


-- 
Suresh Jayaraman
--
To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux