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)
commiteb1b3fa5cdb9c27bdec8f262acf757a06588eb2d
tree12fbac3e84fae186df626f07bc259d493b44de97
parent471b1f98719a8e8f34f3a696d488e50754f8cf73
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 <jlayton@redhat.com>
Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/readdir.c