From: Randy Dunlap <randy.dunlap@oracle.com>
To: Steve French <smfrench@gmail.com>
Cc: linux-kernel@vger.kernel.org, akpm@linux-foundation.org,
Jeff Layton <jlayton@redhat.com>
Subject: Re: mmotm 2008-10-30-02-23 uploaded (cifs)
Date: Thu, 30 Oct 2008 21:39:50 -0700 [thread overview]
Message-ID: <490A8C16.6040207@oracle.com> (raw)
In-Reply-To: <524f69650810302013t76027b12i105214daf651ce6a@mail.gmail.com>
Steve French wrote:
> On Thu, Oct 30, 2008 at 8:14 PM, Randy Dunlap <randy.dunlap@oracle.com> wrote:
>> On Thu, 30 Oct 2008 02:24:25 -0700 akpm@linux-foundation.org wrote:
>>
>>> The mm-of-the-moment snapshot 2008-10-30-02-23 has been uploaded to
>>>
>>> http://userweb.kernel.org/~akpm/mmotm/
>>>
>>> It contains the following patches against 2.6.28-rc2:
>> fs/cifs/connect.c: In function 'cifs_mount':
>> fs/cifs/connect.c:2180: error: request for member 'sin_addr' in something not a structure or union
>>
>> rand-config attached.
>
> These line numbers don't match anywhere close to what I expect to find
> in -mm based on the contents of fs/cifs in cifs-2.6.git tree. My
> guess is that has a cifs patch from Jeff Layton, not in cifs-2.6.git
> which may have other dependencies, and in any case IIRC has since been
> removed from -mm but if not that patch may be the problem.
>
> The closest line I have is:
>
> sprintf(pSesInfo->serverName, "%u.%u.%u.%u",
> NIPQUAD(sin_server.sin_addr.s_addr));
>
> and since sin_server is defined as
> struct sockaddr_in sin_server;
> that should be fine.
I can't tell you whether this is in cifs.git, but the erring lines are:
tcon =
find_unc(sin_server.sin_addr.s_addr, volume_info.UNC,
volume_info.username);
where sin_server.sin_addr should be sin_server->sin_addr.
HTH.
--
~Randy
next prev parent reply other threads:[~2008-10-31 4:41 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-30 9:24 mmotm 2008-10-30-02-23 uploaded akpm
2008-10-31 0:27 ` mmotm 2008-10-30-02-23 uploaded (mm/ + fs/) Randy Dunlap
2008-10-31 0:48 ` Andrew Morton
2008-10-31 0:48 ` Andrew Morton
2008-10-31 1:14 ` mmotm 2008-10-30-02-23 uploaded (cifs) Randy Dunlap
2008-10-31 3:13 ` Steve French
2008-10-31 4:39 ` Randy Dunlap [this message]
2008-10-31 10:44 ` Jeff Layton
2008-10-31 1:19 ` mmotm 2008-10-30-02-23 uploaded (ad7879) Randy Dunlap
2008-10-31 1:23 ` mmotm 2008-10-30-02-23 uploaded (smc-ultra) Randy Dunlap
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=490A8C16.6040207@oracle.com \
--to=randy.dunlap@oracle.com \
--cc=akpm@linux-foundation.org \
--cc=jlayton@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=smfrench@gmail.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.