From: Trond Myklebust Date: Tue, 29 Jan 2008 00:42:59 +0000 (-0500) Subject: NFS: Sillyrename: in the case of a race, check aliases are really positive X-Git-Tag: v2.6.25-rc1~1146^2~116 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=609005c319bc6062b95ed82e132884ed7e22cdb9;p=pandora-kernel.git NFS: Sillyrename: in the case of a race, check aliases are really positive In nfs_do_call_unlink() we check that we haven't raced, and that lookup() hasn't created an aliased dentry to our sillydeleted dentry. If somebody has deleted the file on the server and the lookup() resulted in a negative dentry, then ignore... Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed