mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-07 04:09:21 +00:00
reiserfs: constify function pointer tables
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>
This commit is contained in:
parent
9b7880e7bb
commit
ec26e11740
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue