]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/coda/file.c
[PATCH] Make most file operations structs in fs/ const
[net-next-2.6.git] / 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,