From: Trond Myklebust Date: Thu, 19 Mar 2009 19:35:49 +0000 (-0400) Subject: NFS: Fix the notifications when renaming onto an existing file X-Git-Tag: v2.6.27.24~7 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dfc48ed4761449e83df1b24a6791a80fe5487a3;p=pandora-kernel.git NFS: Fix the notifications when renaming onto an existing file commit b1e4adf4ea41bb8b5a7bfc1a7001f137e65495df upstream. NFS appears to be returning an unnecessary "delete" notification when we're doing an atomic rename. See http://bugzilla.gnome.org/show_bug.cgi?id=575684 The fix is to get rid of the redundant call to d_delete(). Signed-off-by: Trond Myklebust Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed