cifs: rename cifs_readdir_lookup to cifs_prime_dcache and make it void return
authorJeff Layton <jlayton@redhat.com>
Mon, 3 Dec 2012 11:05:37 +0000 (06:05 -0500)
committerSteve French <smfrench@gmail.com>
Wed, 5 Dec 2012 22:54:38 +0000 (16:54 -0600)
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 <jlayton@redhat.com>
Signed-off-by: Steve French <smfrench@gmail.com>

No differences found