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

Arkadiusz Miskiewicz a.miskiewicz at gmail.com
Sun Dec 28 23:39:28 GMT 2008


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,



-- 
Arkadiusz Miśkiewicz        PLD/Linux Team
arekm / maven.pl            http://ftp.pld-linux.org/


More information about the linux-cifs-client mailing list