X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=fs%2Fcoda%2Ffile.c;h=7c2642431fa5baa7bef2aa4cb0514b01615d5d0b;hb=86579dd06deecfa6ac88d5e84e4d63c397cd6f6d;hp=146a991d6eb5890349165a59dc6c203daea5a556;hpb=a41622eaa97e40c811fb7756f403c0d4caa65654;p=powerpc.git diff --git a/fs/coda/file.c b/fs/coda/file.c index 146a991d6e..7c2642431f 100644 --- a/fs/coda/file.c +++ b/fs/coda/file.c @@ -288,7 +288,7 @@ int coda_fsync(struct file *coda_file, struct dentry *coda_dentry, int datasync) return err; } -struct file_operations coda_file_operations = { +const struct file_operations coda_file_operations = { .llseek = generic_file_llseek, .read = coda_file_read, .write = coda_file_write,