diff options
Diffstat (limited to 'fs/sysfs')
-rw-r--r-- | fs/sysfs/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/sysfs/mount.c b/fs/sysfs/mount.c index f6a87a824883..23a48a38e6af 100644 --- a/fs/sysfs/mount.c +++ b/fs/sysfs/mount.c | |||
@@ -21,7 +21,7 @@ struct kmem_cache *sysfs_dir_cachep; | |||
21 | 21 | ||
22 | static void sysfs_clear_inode(struct inode *inode); | 22 | static void sysfs_clear_inode(struct inode *inode); |
23 | 23 | ||
24 | static struct super_operations sysfs_ops = { | 24 | static const struct super_operations sysfs_ops = { |
25 | .statfs = simple_statfs, | 25 | .statfs = simple_statfs, |
26 | .drop_inode = sysfs_delete_inode, | 26 | .drop_inode = sysfs_delete_inode, |
27 | .clear_inode = sysfs_clear_inode, | 27 | .clear_inode = sysfs_clear_inode, |