From: Christoph Hellwig Date: Thu, 23 Jun 2005 07:09:12 +0000 (-0700) Subject: [PATCH] remove duplicate get_dentry functions in various places X-Git-Tag: v2.6.13-rc1~68^2~453 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f45f1a78fbac3cc859ec10c5366e97d20d40fa2;p=pandora-kernel.git [PATCH] remove duplicate get_dentry functions in various places Various filesystem drivers have grown a get_dentry() function that's a duplicate of lookup_one_len, except that it doesn't take a maximum length argument and doesn't check for \0 or / in the passed in filename. Switch all these places to use lookup_one_len. Signed-off-by: Christoph Hellwig Cc: Greg KH Cc: Paul Jackson Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed