From 22150c4f0f02619c256f35db2f1ec912549b4ca5 Mon Sep 17 00:00:00 2001 From: Latchesar Ionkov Date: Tue, 23 Oct 2007 13:48:33 -0500 Subject: [PATCH] 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-format-patch failed