linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / fs / fat / file.c
index 1ee2523..88aa1ae 100644 (file)
@@ -112,7 +112,7 @@ int fat_generic_ioctl(struct inode *inode, struct file *filp,
        }
 }
 
-const struct file_operations fat_file_operations = {
+struct file_operations fat_file_operations = {
        .llseek         = generic_file_llseek,
        .read           = do_sync_read,
        .write          = do_sync_write,