From: Erez Zadok Date: Sun, 6 Dec 2009 23:05:30 +0000 (-0500) Subject: ecryptfs: remove unnecessary d_drop calls in ecryptfs_link X-Git-Tag: v2.6.33-rc5~10^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c44a66d674688f1e1d0b2f6f56bd9c6a1b061cae;p=pandora-kernel.git ecryptfs: remove unnecessary d_drop calls in ecryptfs_link Unnecessary because it would unhash perfectly valid dentries, causing them to have to be re-looked up the next time they're needed, which presumably is right after. Signed-off-by: Aseem Rastogi Signed-off-by: Shrikar archak Signed-off-by: Erez Zadok Cc: Saumitra Bhanage Cc: Al Viro Signed-off-by: Tyler Hicks --- Reading git-diff-tree failed