X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=fs%2Ffat%2Ffile.c;h=1ee25232e6af3dd4cee629fdeba312f769cd8d02;hb=db21e578e551421d76641d72cb3f8296ed3f9e61;hp=88aa1ae13f9f3022c7978d9bbd7e5cb20c2d71aa;hpb=3cfc15103aa56c2c7ee6dd312c24a8d1697bade1;p=powerpc.git diff --git a/fs/fat/file.c b/fs/fat/file.c index 88aa1ae13f..1ee25232e6 100644 --- a/fs/fat/file.c +++ b/fs/fat/file.c @@ -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,