From 40ad3899be69bdf5212ded7449c6b07e74716d7d Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 8 Feb 2008 04:21:18 -0800 Subject: [PATCH] --- yaml --- r: 84772 b: refs/heads/master c: ec26e11740cdff8c3c8330ea235478704ffb4a71 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/reiserfs/procfs.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 6dfdf66c38d0..83f4e2ed20ee 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9b7880e7bb30e641037550888b5c22d94c77f254 +refs/heads/master: ec26e11740cdff8c3c8330ea235478704ffb4a71 diff --git a/trunk/fs/reiserfs/procfs.c b/trunk/fs/reiserfs/procfs.c index 001144621672..8f86c52b30d8 100644 --- a/trunk/fs/reiserfs/procfs.c +++ b/trunk/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,