summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorJan Engelhardt2008-01-22 20:52:20 +0100
committerMark Fasheh2008-03-10 23:13:57 +0100
commit90d99779a4cc134daaf8910d814b7a8a5d1e8970 (patch)
tree65d242c293fcbe4d6875a8043847eaa687f82880 /fs
parentocfs2: Fix endian bug in o2dlm protocol negotiation. (diff)
downloadkernel-qcow2-linux-90d99779a4cc134daaf8910d814b7a8a5d1e8970.tar.gz
kernel-qcow2-linux-90d99779a4cc134daaf8910d814b7a8a5d1e8970.tar.xz
kernel-qcow2-linux-90d99779a4cc134daaf8910d814b7a8a5d1e8970.zip
[PATCH] [OCFS2]: constify function pointer tables
Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/ocfs2/dlmglue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/dlmglue.c b/fs/ocfs2/dlmglue.c
index f7794306b2bd..1f1873bf41fb 100644
--- a/fs/ocfs2/dlmglue.c
+++ b/fs/ocfs2/dlmglue.c
@@ -2409,7 +2409,7 @@ static int ocfs2_dlm_seq_show(struct seq_file *m, void *v)
return 0;
}
-static struct seq_operations ocfs2_dlm_seq_ops = {
+static const struct seq_operations ocfs2_dlm_seq_ops = {
.start = ocfs2_dlm_seq_start,
.stop = ocfs2_dlm_seq_stop,
.next = ocfs2_dlm_seq_next,