9p: v9fs_vfs_rename incorrect clunk order
authorLatchesar Ionkov <lucho@ionkov.net>
Tue, 23 Oct 2007 18:48:33 +0000 (13:48 -0500)
committerEric Van Hensbergen <ericvh@gmail.com>
Tue, 23 Oct 2007 18:48:33 +0000 (13:48 -0500)
commit22150c4f0f02619c256f35db2f1ec912549b4ca5
tree3afeade940b21ac5ba7534fe430086de15067d35
parent0a976297e1f57a6d156d3f8ed7f10c64beb031a4
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 <lucho@ionkov.net>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
fs/9p/vfs_inode.c