From: Venkateswararao Jujjuri (JV) Date: Wed, 9 Jun 2010 22:59:31 +0000 (-0700) Subject: 9p: Define and implement TSYMLINK for 9P2000.L X-Git-Tag: v2.6.36-rc1~588^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50cc42ff3d7bc48a436c5a0413459ca7841b505f;p=pandora-kernel.git 9p: Define and implement TSYMLINK for 9P2000.L Create a symbolic link SYNOPSIS size[4] Tsymlink tag[2] fid[4] name[s] symtgt[s] gid[4] size[4] Rsymlink tag[2] qid[13] DESCRIPTION Create a symbolic link named 'name' pointing to 'symtgt'. gid represents the effective group id of the caller. The permissions of a symbolic link are irrelevant hence it is omitted from the protocol. Signed-off-by: Venkateswararao Jujjuri Reviewed-by: Sripathi Kodi Signed-off-by: Eric Van Hensbergen --- Reading git-diff-tree failed