From: Christoph Hellwig Date: Sun, 10 Oct 2010 09:36:29 +0000 (-0400) Subject: smbfs: use dget_parent X-Git-Tag: v2.6.37-rc1~94^2~8 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be9eee2e8b87e335531a3ae13abb8d26e834c438;p=pandora-kernel.git smbfs: use dget_parent Use dget_parent instead of opencoding it. This simplifies the code, but more importanly prepares for the more complicated locking for a parent dget in the dcache scale patch series. Note that the d_time assignment in smb_renew_times moves out of d_lock, but it's a single atomic 32-bit value, and that's what other sites setting it do already. Signed-off-by: Christoph Hellwig Signed-off-by: Al Viro --- Reading git-diff-tree failed