commit | eb1b3fa5cdb9c27bdec8f262acf757a06588eb2d | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Mon Dec 03 06:05:37 2012 -0500 |
committer | Steve French <smfrench@gmail.com> | Wed Dec 05 16:54:38 2012 -0600 |
tree | 12fbac3e84fae186df626f07bc259d493b44de97 | |
parent | 471b1f98719a8e8f34f3a696d488e50754f8cf73 [diff] |
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>