]> err.no Git - linux-2.6/blobdiff - fs/coda/file.c
[PATCH] vmsplice: allow user to pass in gift pages
[linux-2.6] / fs / coda / file.c
index 146a991d6eb5890349165a59dc6c203daea5a556..7c2642431fa5baa7bef2aa4cb0514b01615d5d0b 100644 (file)
@@ -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,