From: Eric Van Hensbergen Date: Sun, 30 Jul 2006 10:04:16 +0000 (-0700) Subject: [PATCH] 9p: fix fid behavior on failed remove X-Git-Tag: v2.6.18-rc4~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=834a9b8ca7a01c34570be021f88e18884a29f048;p=pandora-kernel.git [PATCH] 9p: fix fid behavior on failed remove Based on a bug report from Russ Ross According to the spec: "The remove request asks the file server both to remove the file represented by fid and to clunk the fid, even if the remove fails." but the Linux client seems to expect the fid to be valid after a failed remove attempt. Specifically, I'm getting this behavior when attempting to remove a non-empty directory. Signed-off-by: Eric Van Hensbergen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed