From: Arkadiusz Miskiewicz <a.miskiewicz@gmail.com>
To: linux-kernel@vger.kernel.org, alejandro.riveira@gmail.com
Cc: sfrench@samba.org, linux-cifs-client@lists.samba.org
Subject: Re: fs/cifs/cifsfs.c Compilation error latest git
Date: Mon, 29 Dec 2008 00:39:28 +0100 [thread overview]
Message-ID: <200812290039.28638.a.miskiewicz@gmail.com> (raw)
In-Reply-To: <1230507271.27845.4.camel@varda>
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/
next prev parent reply other threads:[~2008-12-28 23:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-28 23:34 fs/cifs/cifsfs.c Compilation error latest git Alejandro Riveira Fernández
2008-12-28 23:39 ` Arkadiusz Miskiewicz [this message]
2008-12-29 12:42 ` Alejandro Riveira Fernández
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200812290039.28638.a.miskiewicz@gmail.com \
--to=a.miskiewicz@gmail.com \
--cc=alejandro.riveira@gmail.com \
--cc=linux-cifs-client@lists.samba.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sfrench@samba.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.