From: "Alejandro Riveira Fernández" <alejandro.riveira@gmail.com>
To: Arkadiusz Miskiewicz <a.miskiewicz@gmail.com>
Cc: linux-kernel@vger.kernel.org, sfrench@samba.org,
linux-cifs-client@lists.samba.org
Subject: Re: fs/cifs/cifsfs.c Compilation error latest git
Date: Mon, 29 Dec 2008 13:42:08 +0100 [thread overview]
Message-ID: <1230554528.5701.1.camel@varda> (raw)
In-Reply-To: <200812290039.28638.a.miskiewicz@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1243 bytes --]
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.
>
[-- Attachment #2: Esta parte del mensaje está firmada digitalmente --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
prev parent reply other threads:[~2008-12-29 12:42 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
2008-12-29 12:42 ` Alejandro Riveira Fernández [this message]
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=1230554528.5701.1.camel@varda \
--to=alejandro.riveira@gmail.com \
--cc=a.miskiewicz@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox