From: Shinnosuke Yagi <yagi.shinnosuke-o7dWnD6vFTHqq2nvvmkE/A@public.gmane.org>
To: Suresh Jayaraman <sjayaraman-l3A5Bk7waGM@public.gmane.org>
Cc: linux-cifs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: Source code of SMB2 Kernel module
Date: Fri, 29 Oct 2010 15:55:15 +0900 [thread overview]
Message-ID: <4CCA6FD3.4060907@nttcom.co.jp> (raw)
In-Reply-To: <4CC6642F.2040401-l3A5Bk7waGM@public.gmane.org>
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
=====================================================
It seems that files in fs/cifs_common/ are lost.
In fact, fs/cifs_common is empty.
================================================================
$ ls -al fs/cifs_common/
合計 16
drwxr-xr-x 2 xxxx xxxx 4096 2010-10-29 15:33 .
drwxr-xr-x 74 xxxx xxxx 12288 2010-10-29 15:42 ..
-rw-r--r-- 1 xxxx xxxx 0 2010-10-27 11:00 Makefile
-rw-r--r-- 1 xxxx xxxx 0 2010-10-29 15:42 modules.order
================================================================
I also failed to bulid with no SMB2 options.
What should I do?
Thanks.
(2010/10/26 14:16), Suresh Jayaraman wrote:
> On 10/26/2010 09:56 AM, Shinnosuke Yagi wrote:
>> Dear.
>>
>> Now, I try to use mount.smb2, which was posted at
>> http://archives.free.net.ph/message/20100507.172615.fda263bc.en.html
>>
>> However, mount.smb2 was failed with error message.
>>
>> mount error: smb2 filesystem not supported by the system
>>
>> So, I need a source code of smb2 kernel module.
>> (Test or experimental branch will do, because I know smb2
>> is not in mainline kernels.)
>>
>> I tried to do
>> "git clone
>> http://www.kernel.org/home/ftp/pub/scm/linux/kernel/git/sfrench/smb2.git"
>> to find it failed.
>>
>> Are there another git repository (or any patch) ?
>>
>
> Try doing:
>
> git clone git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/smb2.git
>
>
--
-------------------------------------
八木 清之介 (ヤギ シンノスケ)
NTTコムウェア株式会社
ネットワーク・ソリューション事業本部
yagi.shinnosuke-o7dWnD6vFTHqq2nvvmkE/A@public.gmane.org
-------------------------------------
next prev parent reply other threads:[~2010-10-29 6:55 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-26 4:26 Source code of SMB2 Kernel module Shinnosuke Yagi
[not found] ` <4CC65859.7040100-o7dWnD6vFTHqq2nvvmkE/A@public.gmane.org>
2010-10-26 5:16 ` Suresh Jayaraman
[not found] ` <4CC6642F.2040401-l3A5Bk7waGM@public.gmane.org>
2010-10-29 6:55 ` Shinnosuke Yagi [this message]
[not found] ` <4CCA6FD3.4060907-o7dWnD6vFTHqq2nvvmkE/A@public.gmane.org>
2010-10-29 7:02 ` Suresh Jayaraman
[not found] ` <4CCA7177.40303-l3A5Bk7waGM@public.gmane.org>
2010-11-02 0:40 ` Shinnosuke Yagi
[not found] ` <4CCF5DF8.9030809-o7dWnD6vFTHqq2nvvmkE/A@public.gmane.org>
2010-11-03 9:02 ` Suresh Jayaraman
[not found] ` <4CD12521.2020708-l3A5Bk7waGM@public.gmane.org>
2010-11-05 1:13 ` Shinnosuke Yagi
[not found] ` <4CD35A27.4050605-o7dWnD6vFTHqq2nvvmkE/A@public.gmane.org>
2010-11-05 1:49 ` Steve French
[not found] ` <AANLkTinm718oZX2Qc4++W_CYkv0+RZRwr09Uzu4zcDn0-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-11-08 2:58 ` Shinnosuke Yagi
[not found] ` <4CD76751.8010700-o7dWnD6vFTHqq2nvvmkE/A@public.gmane.org>
2010-11-08 4:53 ` Steve French
[not found] ` <AANLkTimx3ukvAjmuf5KQ3dSLVhpaF51pXcOfS1E_iFhY-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-11-08 5:03 ` Suresh Jayaraman
[not found] ` <4CD784AB.3040805-l3A5Bk7waGM@public.gmane.org>
2010-11-09 3:49 ` Shinnosuke Yagi
[not found] ` <4CD8C4E6.5080603-o7dWnD6vFTHqq2nvvmkE/A@public.gmane.org>
2010-11-09 4:05 ` Steve French
2010-11-10 7:48 ` Shinnosuke Yagi
[not found] ` <4CDA4E5C.90004-o7dWnD6vFTHqq2nvvmkE/A@public.gmane.org>
2010-11-10 8:04 ` Suresh Jayaraman
[not found] ` <4CDA5225.8000309-l3A5Bk7waGM@public.gmane.org>
2010-11-10 8:35 ` Shinnosuke Yagi
[not found] ` <4CDA5955.50409-o7dWnD6vFTHqq2nvvmkE/A@public.gmane.org>
2010-11-12 5:16 ` Shinnosuke Yagi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4CCA6FD3.4060907@nttcom.co.jp \
--to=yagi.shinnosuke-o7dwnd6vfthqq2nvvmke/a@public.gmane.org \
--cc=linux-cifs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=sjayaraman-l3A5Bk7waGM@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox