From: Latchesar Ionkov Date: Tue, 23 Oct 2007 18:48:33 +0000 (-0500) Subject: 9p: v9fs_vfs_rename incorrect clunk order X-Git-Tag: v2.6.24-rc1~22^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22150c4f0f02619c256f35db2f1ec912549b4ca5;p=pandora-kernel.git 9p: v9fs_vfs_rename incorrect clunk order In v9fs_vfs_rename function labels don't match the fids that are clunked. The correct clunk order is clunking newdirfid first and then olddirfid next. Signed-off-by: Latchesar Ionkov Signed-off-by: Eric Van Hensbergen --- Reading git-diff-tree failed