cifs: rename the *_shroot* functions to *_cached_dir*
[linux-2.6-microblaze.git] / fs / cifs / cifssmb.c
index 7fcc0fc..41f7416 100644 (file)
@@ -114,7 +114,7 @@ cifs_mark_open_files_invalid(struct cifs_tcon *tcon)
        mutex_lock(&tcon->crfid.fid_mutex);
        tcon->crfid.is_valid = false;
        /* cached handle is not valid, so SMB2_CLOSE won't be sent below */
-       close_shroot_lease_locked(&tcon->crfid);
+       close_cached_dir_lease_locked(&tcon->crfid);
        memset(tcon->crfid.fid, 0, sizeof(struct cifs_fid));
        mutex_unlock(&tcon->crfid.fid_mutex);