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