diff options
Diffstat (limited to 'fs/nsfs.c')
-rw-r--r-- | fs/nsfs.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -142,7 +142,8 @@ static int nsfs_show_path(struct seq_file *seq, struct dentry *dentry) | |||
142 | struct inode *inode = d_inode(dentry); | 142 | struct inode *inode = d_inode(dentry); |
143 | const struct proc_ns_operations *ns_ops = dentry->d_fsdata; | 143 | const struct proc_ns_operations *ns_ops = dentry->d_fsdata; |
144 | 144 | ||
145 | return seq_printf(seq, "%s:[%lu]", ns_ops->name, inode->i_ino); | 145 | seq_printf(seq, "%s:[%lu]", ns_ops->name, inode->i_ino); |
146 | return 0; | ||
146 | } | 147 | } |
147 | 148 | ||
148 | static const struct super_operations nsfs_ops = { | 149 | static const struct super_operations nsfs_ops = { |