X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=fs%2F9p%2Fv9fs_vfs.h;h=450b0c1b385e62f31db2d74ce6990fd67f8aeedc;hb=9938c474f39e416091db9993954996266a3f2edf;hp=43c9f7de0314e8360b943746424a5d596e10236e;hpb=7d14f145f839b5d0d221ea209b4998f93267e2ec;p=powerpc.git diff --git a/fs/9p/v9fs_vfs.h b/fs/9p/v9fs_vfs.h index 43c9f7de03..450b0c1b38 100644 --- a/fs/9p/v9fs_vfs.h +++ b/fs/9p/v9fs_vfs.h @@ -38,9 +38,9 @@ */ extern struct file_system_type v9fs_fs_type; -extern struct address_space_operations v9fs_addr_operations; -extern struct file_operations v9fs_file_operations; -extern struct file_operations v9fs_dir_operations; +extern const struct address_space_operations v9fs_addr_operations; +extern const struct file_operations v9fs_file_operations; +extern const struct file_operations v9fs_dir_operations; extern struct dentry_operations v9fs_dentry_operations; struct inode *v9fs_get_inode(struct super_block *sb, int mode);