[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <200812290039.28638.a.miskiewicz@gmail.com>
Date: Mon, 29 Dec 2008 00:39:28 +0100
From: Arkadiusz Miskiewicz <a.miskiewicz@...il.com>
To: linux-kernel@...r.kernel.org, alejandro.riveira@...il.com
Cc: sfrench@...ba.org, linux-cifs-client@...ts.samba.org
Subject: Re: fs/cifs/cifsfs.c Compilation error latest git
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/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists