]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - fs/9p/vfs_dir.c
[PATCH] Make most file operations structs in fs/ const
[mirror_ubuntu-artful-kernel.git] / fs / 9p / vfs_dir.c
index 766f11f1215c9545bf347dada64a725b942951fa..e32d5971039b6712db19eb62fc19210be226656e 100644 (file)
@@ -204,7 +204,7 @@ int v9fs_dir_release(struct inode *inode, struct file *filp)
        return 0;
 }
 
-struct file_operations v9fs_dir_operations = {
+const struct file_operations v9fs_dir_operations = {
        .read = generic_read_dir,
        .readdir = v9fs_dir_readdir,
        .open = v9fs_file_open,