Re: mmotm 2008-10-30-02-23 uploaded (cifs)

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Steve French
Date: Thursday, October 30, 2008 - 8:13 pm

On Thu, Oct 30, 2008 at 8:14 PM, Randy Dunlap <randy.dunlap@oracle.com> wrote:

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.
-- 
Thanks,

Steve
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: mmotm 2008-10-30-02-23 uploaded (cifs), Randy Dunlap, (Thu Oct 30, 6:14 pm)
Re: mmotm 2008-10-30-02-23 uploaded (cifs), Steve French, (Thu Oct 30, 8:13 pm)
Re: mmotm 2008-10-30-02-23 uploaded (cifs), Randy Dunlap, (Thu Oct 30, 9:39 pm)
Re: mmotm 2008-10-30-02-23 uploaded (cifs), Jeff Layton, (Fri Oct 31, 3:44 am)