From: Sripathi Kodi Date: Thu, 25 Mar 2010 12:47:26 +0000 (+0000) Subject: 9p: add 9P2000.L rename operation X-Git-Tag: v2.6.35-rc1~418^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4681dbdacb5cdc4d3273c3a97a1858d6e00a5fe7;p=pandora-kernel.git 9p: add 9P2000.L rename operation I made a V2 of this patch on top of my patches for VFS switches. All the changes were due to change in some offsets. rename - change name of file or directory size[4] Trename tag[2] fid[4] newdirfid[4] name[s] size[4] Rrename tag[2] The rename message is used to change the name of a file, possibly moving it to a new directory. The 9P wstat message can only rename a file within the same directory. Signed-off-by: Jim Garlick Signed-off-by: Sripathi Kodi Signed-off-by: Eric Van Hensbergen --- Reading git-diff-tree failed