X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fcoda%2Ffile.c;h=30b4630bd735f3025f4e6656d745e3c82d106483;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=7c2642431fa5baa7bef2aa4cb0514b01615d5d0b;hpb=f7ed79d23a47594e7834d66a8f14449796d4f3e6;p=linux-2.6.git diff --git a/fs/coda/file.c b/fs/coda/file.c index 7c2642431..30b4630bd 100644 --- a/fs/coda/file.c +++ b/fs/coda/file.c @@ -24,8 +24,6 @@ #include #include -#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,