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 a1a58b97f322..f6a87a824883 100644 --- a/fs/sysfs/mount.c +++ b/fs/sysfs/mount.c | |||
@@ -23,7 +23,7 @@ static void sysfs_clear_inode(struct inode *inode); | |||
23 | 23 | ||
24 | static struct super_operations sysfs_ops = { | 24 | static struct super_operations sysfs_ops = { |
25 | .statfs = simple_statfs, | 25 | .statfs = simple_statfs, |
26 | .drop_inode = generic_delete_inode, | 26 | .drop_inode = sysfs_delete_inode, |
27 | .clear_inode = sysfs_clear_inode, | 27 | .clear_inode = sysfs_clear_inode, |
28 | }; | 28 | }; |
29 | 29 | ||