diff --git a/[refs] b/[refs] index 8bd5836cfa09..faccfe0d1aaf 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ad28b4ef1937b11432cd64fe1ebad714f8e253bd +refs/heads/master: ee1ec32903fc3139af00ebc7ee483dabca3f4fa5 diff --git a/trunk/fs/sysfs/dir.c b/trunk/fs/sysfs/dir.c index 82d3b79d0e08..6b8fe71ba14c 100644 --- a/trunk/fs/sysfs/dir.c +++ b/trunk/fs/sysfs/dir.c @@ -302,7 +302,7 @@ static void sysfs_d_iput(struct dentry * dentry, struct inode * inode) iput(inode); } -static struct dentry_operations sysfs_dentry_ops = { +static const struct dentry_operations sysfs_dentry_ops = { .d_iput = sysfs_d_iput, };