Skip to content

Commit

Permalink
reiserfs: constify function pointer tables
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Engelhardt <[email protected]>
Acked-by: Jeff Mahoney <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Jan Engelhardt authored and Linus Torvalds committed Feb 8, 2008
1 parent 9b7880e commit ec26e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/reiserfs/procfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ec26e11

Please sign in to comment.