[PATCH] Avoid disk sector_t overflow for >2TB ext3 filesystem
[linux-2.6-block.git] / fs / fat / file.c
index 88aa1ae13f9f3022c7978d9bbd7e5cb20c2d71aa..1ee25232e6af3dd4cee629fdeba312f769cd8d02 100644 (file)
@@ -112,7 +112,7 @@ int fat_generic_ioctl(struct inode *inode, struct file *filp,
        }
 }
 
-struct file_operations fat_file_operations = {
+const struct file_operations fat_file_operations = {
        .llseek         = generic_file_llseek,
        .read           = do_sync_read,
        .write          = do_sync_write,