linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / fs / coda / file.c
index 7c26424..30b4630 100644 (file)
@@ -24,8 +24,6 @@
 #include <linux/coda_psdev.h>
 #include <linux/coda_proc.h>
 
-#include "coda_int.h"
-
 /* if CODA_STORE fails with EOPNOTSUPP, venus clearly doesn't support
  * CODA_STORE/CODA_RELEASE and we fall back on using the CODA_CLOSE upcall */
 static int use_coda_close;
@@ -288,7 +286,7 @@ int coda_fsync(struct file *coda_file, struct dentry *coda_dentry, int datasync)
        return err;
 }
 
-const struct file_operations coda_file_operations = {
+struct file_operations coda_file_operations = {
        .llseek         = generic_file_llseek,
        .read           = coda_file_read,
        .write          = coda_file_write,