X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=fs%2Fnsfs.c;h=8f20d6016e205d341b82e31025961e8c9f6c6963;hb=08224a7d410699abce42674ee15a7cf37d54f340;hp=e4905fbf3396978b6d5f77319df6f3613f9d4ed7;hpb=4c12ab7e5e2e892fa94df500f96001837918a281;p=karo-tx-linux.git diff --git a/fs/nsfs.c b/fs/nsfs.c index e4905fbf3396..8f20d6016e20 100644 --- a/fs/nsfs.c +++ b/fs/nsfs.c @@ -142,7 +142,8 @@ static int nsfs_show_path(struct seq_file *seq, struct dentry *dentry) struct inode *inode = d_inode(dentry); const struct proc_ns_operations *ns_ops = dentry->d_fsdata; - return seq_printf(seq, "%s:[%lu]", ns_ops->name, inode->i_ino); + seq_printf(seq, "%s:[%lu]", ns_ops->name, inode->i_ino); + return 0; } static const struct super_operations nsfs_ops = {