diff --git a/[refs] b/[refs] index 48f0c1c90d90..f8d0d65baf5c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 08f11513fa6f712506edb99327f7d051da9d860f +refs/heads/master: 79be57cc7fd25563c73ab26b0c28ff6ad0d618fc diff --git a/trunk/fs/afs/dir.c b/trunk/fs/afs/dir.c index 99cf390641f7..9bd757774c9e 100644 --- a/trunk/fs/afs/dir.c +++ b/trunk/fs/afs/dir.c @@ -62,7 +62,7 @@ const struct inode_operations afs_dir_inode_operations = { .setattr = afs_setattr, }; -static struct dentry_operations afs_fs_dentry_operations = { +static const struct dentry_operations afs_fs_dentry_operations = { .d_revalidate = afs_d_revalidate, .d_delete = afs_d_delete, .d_release = afs_d_release,