From: Jesper Juhl <jesper.juhl@gmail.com>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org, Kendrick Smith <kmsmith@umich.edu>,
Andy Adamson <andros@umich.edu>,
neilb@cse.unsw.edu.au, trond.myklebust@fys.uio.no,
Jesper Juhl <jesper.juhl@gmail.com>
Subject: [PATCH 12/13] "const static" vs "static const" in nfs4
Date: Fri, 24 Feb 2006 21:49:42 +0100 [thread overview]
Message-ID: <200602242149.42735.jesper.juhl@gmail.com> (raw)
My previous "const static" vs "static const" cleanup missed a single case,
patch below takes care of it.
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
---
fs/nfs/nfs4proc.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
--- linux-2.6.16-rc4-mm2-orig/fs/nfs/nfs4proc.c 2006-02-24 19:25:39.000000000 +0100
+++ linux-2.6.16-rc4-mm2/fs/nfs/nfs4proc.c 2006-02-24 19:38:28.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,
next reply other threads:[~2006-02-24 20:50 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-24 20:49 Jesper Juhl [this message]
2006-02-24 22:59 ` [PATCH 12/13] "const static" vs "static const" in nfs4 Trond Myklebust
2006-02-24 23:01 ` Jesper Juhl
2006-02-24 23:17 ` Al Viro
2006-02-24 23:20 ` Jesper Juhl
2006-02-24 23:22 ` Ben Pfaff
2006-02-25 9:36 ` Jan Engelhardt
2006-02-25 10:05 ` Andreas Schwab
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=200602242149.42735.jesper.juhl@gmail.com \
--to=jesper.juhl@gmail.com \
--cc=akpm@osdl.org \
--cc=andros@umich.edu \
--cc=kmsmith@umich.edu \
--cc=linux-kernel@vger.kernel.org \
--cc=neilb@cse.unsw.edu.au \
--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