From: Eric Van Hensbergen Date: Mon, 2 Aug 2010 19:28:09 +0000 (-0500) Subject: 9p: Define and implement TLINK for 9P2000.L X-Git-Tag: v2.6.36-rc1~588^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09d34ee5f93b2e53b64ffba27bc18731e31154e1;p=pandora-kernel.git 9p: Define and implement TLINK for 9P2000.L This patch adds a helper function to get the dentry from inode and uses it in creating a Hardlink SYNOPSIS size[4] Tlink tag[2] dfid[4] oldfid[4] newpath[s] size[4] Rlink tag[2] DESCRIPTION Create a link 'newpath' in directory pointed by dfid linking to oldfid path. [sripathik@in.ibm.com : p9_client_link should not free req structure if p9_client_rpc has returned an error.] Signed-off-by: Venkateswararao Jujjuri Signed-off-by: Eric Van Hensbergen --- Reading git-diff-tree failed