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 40190c489271..20551a1b8a56 100644 --- a/fs/sysfs/mount.c +++ b/fs/sysfs/mount.c | |||
@@ -49,7 +49,7 @@ static int sysfs_fill_super(struct super_block *sb, void *data, int silent) | |||
49 | inode->i_op = &sysfs_dir_inode_operations; | 49 | inode->i_op = &sysfs_dir_inode_operations; |
50 | inode->i_fop = &sysfs_dir_operations; | 50 | inode->i_fop = &sysfs_dir_operations; |
51 | /* directory inodes start off with i_nlink == 2 (for "." entry) */ | 51 | /* directory inodes start off with i_nlink == 2 (for "." entry) */ |
52 | inode->i_nlink++; | 52 | inc_nlink(inode); |
53 | } else { | 53 | } else { |
54 | pr_debug("sysfs: could not get root inode\n"); | 54 | pr_debug("sysfs: could not get root inode\n"); |
55 | return -ENOMEM; | 55 | return -ENOMEM; |