From: Christoph Hellwig Date: Thu, 23 Jun 2005 07:09:16 +0000 (-0700) Subject: [PATCH] quota: sanitize dentry handling in vfs_quota_on_mount X-Git-Tag: v2.6.13-rc4~130^2~70 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fa389c5eb8c97d621653184d2adf5fdbd4a3167;p=pandora-kernel.git [PATCH] quota: sanitize dentry handling in vfs_quota_on_mount Use lookup_one_len instead of opencoding a simplified lookup using lookup_hash with a fake hash. Also there's no need anymore for the d_invalidate as we have a completely valid dentry now. Signed-off-by: Christoph Hellwig Acked-by: Jan Kara Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed