[linux-cifs-client] Re: fs/cifs/cifsfs.c Compilation error latest git

Alejandro Riveira Fernández alejandro.riveira at gmail.com
Mon Dec 29 12:42:08 GMT 2008


El lun, 29-12-2008 a las 00:39 +0100, Arkadiusz Miskiewicz escribió:
> On Monday 29 of December 2008, Alejandro Riveira Fernández wrote:
> > $ git describe
> > v2.6.28-2929-g541ef5c
> 
> Something like:
> 
> diff --git a/fs/cifs/cifsfs.c b/fs/cifs/cifsfs.c
> index 974c8f0..79411d4 100644
> --- a/fs/cifs/cifsfs.c
> +++ b/fs/cifs/cifsfs.c
> @@ -361,8 +361,7 @@ cifs_show_options(struct seq_file *s, struct vfsmount *m)
>                                         switch (server->addr.sockAddr6.
>                                                 sin6_family) {
>                                         case AF_INET6:
> -                                               seq_printf(s, NIP6_FMT,
> -                                                          NIP6(server->addr.sockAddr6.sin6_addr));
> +                                               seq_printf(s, "%p6", &server->addr.sockAddr6.sin6_addr);
>                                                 break;
>                                         case AF_INET:
>                                                 seq_printf(s, NIPQUAD_FMT,
> 
> 

git am does not like this email on top of v2.6.28-2929-g541ef5c so
i did the change manually and it works thanks.

> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Esta parte del mensaje =?ISO-8859-1?Q?est=E1?= firmada
	digitalmente
Url : http://lists.samba.org/archive/linux-cifs-client/attachments/20081229/194b1c69/attachment.bin


More information about the linux-cifs-client mailing list