commit | 22150c4f0f02619c256f35db2f1ec912549b4ca5 | [log] [tgz] |
---|---|---|
author | Latchesar Ionkov <lucho@ionkov.net> | Tue Oct 23 13:48:33 2007 -0500 |
committer | Eric Van Hensbergen <ericvh@gmail.com> | Tue Oct 23 13:48:33 2007 -0500 |
tree | 3afeade940b21ac5ba7534fe430086de15067d35 | |
parent | 0a976297e1f57a6d156d3f8ed7f10c64beb031a4 [diff] |
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>