Driver core: Constify struct sysfs_ops in struct kobj_type
[linux-flexiantxendom0-natty.git] / fs / ext4 / super.c
index 2b83b96..ce84a6e 100644 (file)
@@ -2358,7 +2358,7 @@ static void ext4_sb_release(struct kobject *kobj)
 }
 
 
-static struct sysfs_ops ext4_attr_ops = {
+static const struct sysfs_ops ext4_attr_ops = {
        .show   = ext4_attr_show,
        .store  = ext4_attr_store,
 };