diff options
Diffstat (limited to 'fs/sysfs/mount.c')
-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 69a73ae307fe..119f39da1ae1 100644 --- a/fs/sysfs/mount.c +++ b/fs/sysfs/mount.c | |||
@@ -20,7 +20,7 @@ struct kmem_cache *sysfs_dir_cachep; | |||
20 | 20 | ||
21 | static const struct super_operations sysfs_ops = { | 21 | static const struct super_operations sysfs_ops = { |
22 | .statfs = simple_statfs, | 22 | .statfs = simple_statfs, |
23 | .drop_inode = sysfs_delete_inode, | 23 | .drop_inode = generic_delete_inode, |
24 | }; | 24 | }; |
25 | 25 | ||
26 | struct sysfs_dirent sysfs_root = { | 26 | struct sysfs_dirent sysfs_root = { |