From: OGAWA Hirofumi Date: Wed, 6 Jan 2010 23:48:26 +0000 (-0500) Subject: nfs: fix oops in nfs_rename() X-Git-Tag: v2.6.33-rc4~72^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56335936de1a41c8978fde62b2158af77ddc7258;p=pandora-kernel.git nfs: fix oops in nfs_rename() Recent change is missing to update "rehash". With that change, it will become the cause of adding dentry to hash twice. This explains the reason of Oops (dereference the freed dentry in __d_lookup()) on my machine. Signed-off-by: OGAWA Hirofumi Reported-by: Marvin Cc: Trond Myklebust Signed-off-by: Andrew Morton Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed