]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/sysv/file.c
[PATCH] mark struct inode_operations const 3
[linux-2.6-omap-h63xx.git] / fs / sysv / file.c
index 47a4b728f15b49bfdf84d7b30d17568e08a13b1c..0732ddb9020beddba8e0c8caf0a71a43ed3c7eb8 100644 (file)
@@ -30,7 +30,7 @@ const struct file_operations sysv_file_operations = {
        .sendfile       = generic_file_sendfile,
 };
 
-struct inode_operations sysv_file_inode_operations = {
+const struct inode_operations sysv_file_inode_operations = {
        .truncate       = sysv_truncate,
        .getattr        = sysv_getattr,
 };