From: Jesper Juhl <jesper.juhl@gmail.com>
To: "Linux Kernel Mailing List" <linux-kernel@vger.kernel.org>
Cc: Kendrick Smith <kmsmith@umich.edu>,
Andy Adamson <andros@umich.edu>,
Neil Brown <neilb@cse.unsw.edu.au>,
Trond Myklebust <trond.myklebust@fys.uio.no>,
nfs@lists.sourceforge.net
Subject: [PATCH] nfs: fix ICC Storage Class is not First warning
Date: Sun, 12 Feb 2006 00:29:52 +0100 [thread overview]
Message-ID: <200602120029.52954.jesper.juhl@gmail.com> (raw)
It seems my patch to change "const static" into "static const" in order to
please ICC (commit: 3c6bee1d4037a5c569f30d40bd852a57ba250912)
missed a single case.
This patch fixes the last instance.
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
---
--- linux-2.6.16-rc2-git10/fs/nfs/nfs4proc.c~ 2006-02-12 00:22:00.000000000 +0100
+++ linux-2.6.16-rc2-git10/fs/nfs/nfs4proc.c 2006-02-12 00:22:00.000000000 +0100
@@ -2958,7 +2958,7 @@ static void nfs4_delegreturn_release(voi
kfree(calldata);
}
-const static struct rpc_call_ops nfs4_delegreturn_ops = {
+static const struct rpc_call_ops nfs4_delegreturn_ops = {
.rpc_call_prepare = nfs4_delegreturn_prepare,
.rpc_call_done = nfs4_delegreturn_done,
.rpc_release = nfs4_delegreturn_release,
reply other threads:[~2006-02-11 23:29 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=200602120029.52954.jesper.juhl@gmail.com \
--to=jesper.juhl@gmail.com \
--cc=andros@umich.edu \
--cc=kmsmith@umich.edu \
--cc=linux-kernel@vger.kernel.org \
--cc=neilb@cse.unsw.edu.au \
--cc=nfs@lists.sourceforge.net \
--cc=trond.myklebust@fys.uio.no \
/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
Powered by JetHome