cifs: Make tcon contain a wrapper structure cached_fids instead of cached_fid
authorRonnie Sahlberg <lsahlber@redhat.com>
Wed, 31 Aug 2022 02:49:42 +0000 (12:49 +1000)
committerSteve French <stfrench@microsoft.com>
Wed, 5 Oct 2022 06:33:49 +0000 (01:33 -0500)
commitaea6794e664a07324288f3d3484b950922baeebd
tree189dbb549100f2bcca2c1856f1c0e010d5f78848
parent68e14569d7e5a1798fcbfd945022a4de86f944a0
cifs: Make tcon contain a wrapper structure cached_fids instead of cached_fid

This wrapper structure will later be expanded to contain a list of
fids that are cached and not just the root fid.

Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/cached_dir.c
fs/cifs/cached_dir.h
fs/cifs/cifsglob.h
fs/cifs/misc.c