diff --git a/[refs] b/[refs] index 03b9fefa6c71..916a2268c23d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a9f184f02aa49d46c4c35311d93cbcd1c61149df +refs/heads/master: e56980d451904b623573ef4966cbab768e433c79 diff --git a/trunk/include/linux/dcache.h b/trunk/include/linux/dcache.h index c66d22487bf8..15156364d196 100644 --- a/trunk/include/linux/dcache.h +++ b/trunk/include/linux/dcache.h @@ -112,7 +112,7 @@ struct dentry { struct list_head d_subdirs; /* our children */ struct list_head d_alias; /* inode alias list */ unsigned long d_time; /* used by d_revalidate */ - struct dentry_operations *d_op; + const struct dentry_operations *d_op; struct super_block *d_sb; /* The root of the dentry tree */ void *d_fsdata; /* fs-specific data */