From: Miklos Szeredi Date: Mon, 12 May 2008 21:02:04 +0000 (-0700) Subject: ecryptfs: clean up (un)lock_parent X-Git-Tag: v2.6.26-rc3~106 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dc4e37362a5dc910d704d52ac6542bfd49ddc2f;p=pandora-kernel.git ecryptfs: clean up (un)lock_parent dget(dentry->d_parent) --> dget_parent(dentry) unlock_parent() is racy and unnecessary. Replace single caller with unlock_dir(). There are several other suspect uses of ->d_parent in ecryptfs... Signed-off-by: Miklos Szeredi Cc: Michael Halcrow Cc: Christoph Hellwig Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed