X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=include%2Flinux%2Fnfs_xdr.h;h=10c26ed0db7129831d42b109f2aa2bbc222f0286;hb=0806ca2ab3ef7d7a1bd41a980f661a13ba11acb5;hp=115c8120ff13c6abc29b4ba97577aa4469dbb109;hpb=ebf4d8ec02d8a13e1cbbda6fe746f80f3a4ca773;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 115c8120ff1..10c26ed0db7 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h @@ -767,8 +767,8 @@ struct nfs_access_entry; struct nfs_rpc_ops { int version; /* Protocol version */ struct dentry_operations *dentry_ops; - struct inode_operations *dir_inode_ops; - struct inode_operations *file_inode_ops; + const struct inode_operations *dir_inode_ops; + const struct inode_operations *file_inode_ops; int (*getroot) (struct nfs_server *, struct nfs_fh *, struct nfs_fsinfo *);