* [PATCH] nfs: fix ICC Storage Class is not First warning
@ 2006-02-11 23:29 Jesper Juhl
0 siblings, 0 replies; only message in thread
From: Jesper Juhl @ 2006-02-11 23:29 UTC (permalink / raw)
To: Linux Kernel Mailing List
Cc: Kendrick Smith, Andy Adamson, Neil Brown, Trond Myklebust, nfs
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,
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-02-11 23:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-11 23:29 [PATCH] nfs: fix ICC Storage Class is not First warning Jesper Juhl
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