From eb1b3fa5cdb9c27bdec8f262acf757a06588eb2d Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Mon, 3 Dec 2012 06:05:37 -0500 Subject: [PATCH] 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-format-patch failed