]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/nfs_xdr.h
constify dentry_operations: NFS
[linux-2.6-omap-h63xx.git] / include / linux / nfs_xdr.h
index 2e5f00066afd2a5e625b6bfc34de395a65929cc8..43a713fce11cbfbd25571424e7201758f15b4bf5 100644 (file)
@@ -785,7 +785,7 @@ struct nfs_access_entry;
  */
 struct nfs_rpc_ops {
        u32     version;                /* Protocol version */
-       struct dentry_operations *dentry_ops;
+       const struct dentry_operations *dentry_ops;
        const struct inode_operations *dir_inode_ops;
        const struct inode_operations *file_inode_ops;