projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b7880e
)
reiserfs: constify function pointer tables
author
Jan Engelhardt
<jengelh@computergmbh.de>
Fri, 8 Feb 2008 12:21:18 +0000
(
04:21
-0800)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Fri, 8 Feb 2008 17:22:38 +0000
(09:22 -0800)
Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
Acked-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/reiserfs/procfs.c
patch
|
blob
|
history
diff --git
a/fs/reiserfs/procfs.c
b/fs/reiserfs/procfs.c
index 001144621672793c2cb3fd58e3604a990c093312..8f86c52b30d821884c3f576932e3e0d2e96981ba 100644
(file)
--- a/
fs/reiserfs/procfs.c
+++ b/
fs/reiserfs/procfs.c
@@
-444,7
+444,7
@@
static int r_show(struct seq_file *m, void *v)
return show(m, v);
}
-static struct seq_operations r_ops = {
+static
const
struct seq_operations r_ops = {
.start = r_start,
.next = r_next,
.stop = r_stop,