X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fsysv%2Ffile.c;h=da69abc06240cc213eafb5cfe1bd63f297e50327;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=a59e303135fa02feca937e45706c87b14f8d0c5b;hpb=f7ed79d23a47594e7834d66a8f14449796d4f3e6;p=linux-2.6.git diff --git a/fs/sysv/file.c b/fs/sysv/file.c index a59e30313..da69abc06 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. */ -const struct file_operations sysv_file_operations = { +struct file_operations sysv_file_operations = { .llseek = generic_file_llseek, .read = generic_file_read, .write = generic_file_write,