X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fsysv%2Ffile.c;h=a59e303135fa02feca937e45706c87b14f8d0c5b;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=da69abc06240cc213eafb5cfe1bd63f297e50327;hpb=cee37fe97739d85991964371c1f3a745c00dd236;p=linux-2.6.git diff --git a/fs/sysv/file.c b/fs/sysv/file.c index da69abc06..a59e30313 100644 --- a/fs/sysv/file.c +++ b/fs/sysv/file.c @@ -19,7 +19,7 @@ * We have mostly NULLs here: the current defaults are OK for * the coh filesystem. */ -struct file_operations sysv_file_operations = { +const struct file_operations sysv_file_operations = { .llseek = generic_file_llseek, .read = generic_file_read, .write = generic_file_write,