]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/jffs2/file.c
Merge ../linux-2.6
[linux-2.6-omap-h63xx.git] / fs / jffs2 / file.c
index 935f273dc57b834bcb7491d8a099522653f19ce7..9f4171213e58b2d4105152e78a8627c688e37633 100644 (file)
@@ -38,7 +38,7 @@ int jffs2_fsync(struct file *filp, struct dentry *dentry, int datasync)
        return 0;
 }
 
-struct file_operations jffs2_file_operations =
+const struct file_operations jffs2_file_operations =
 {
        .llseek =       generic_file_llseek,
        .open =         generic_file_open,