Loading fs/9p/vfs_inode.c +2 −1 Original line number Original line Diff line number Diff line Loading @@ -1022,7 +1022,8 @@ v9fs_vfs_put_link(struct dentry *dentry, struct nameidata *nd, void *p) { { char *s = nd_get_link(nd); char *s = nd_get_link(nd); P9_DPRINTK(P9_DEBUG_VFS, " %s %s\n", dentry->d_name.name, s); P9_DPRINTK(P9_DEBUG_VFS, " %s %s\n", dentry->d_name.name, IS_ERR(s) ? "<error>" : s); if (!IS_ERR(s)) if (!IS_ERR(s)) __putname(s); __putname(s); } } Loading Loading
fs/9p/vfs_inode.c +2 −1 Original line number Original line Diff line number Diff line Loading @@ -1022,7 +1022,8 @@ v9fs_vfs_put_link(struct dentry *dentry, struct nameidata *nd, void *p) { { char *s = nd_get_link(nd); char *s = nd_get_link(nd); P9_DPRINTK(P9_DEBUG_VFS, " %s %s\n", dentry->d_name.name, s); P9_DPRINTK(P9_DEBUG_VFS, " %s %s\n", dentry->d_name.name, IS_ERR(s) ? "<error>" : s); if (!IS_ERR(s)) if (!IS_ERR(s)) __putname(s); __putname(s); } } Loading