From: Jeff Layton Date: Mon, 3 Dec 2012 11:05:37 +0000 (-0500) Subject: cifs: rename cifs_readdir_lookup to cifs_prime_dcache and make it void return X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~54^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb1b3fa5cdb9c27bdec8f262acf757a06588eb2d;p=pandora-kernel.git cifs: rename cifs_readdir_lookup to cifs_prime_dcache and make it void return The caller doesn't do anything with the dentry, so there's no point in holding a reference to it on return. Also cifs_prime_dcache better describes the actual purpose of the function. Signed-off-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed