]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit76159961a64e1f1ec357c7bc4cdf5db24968548d
tree189dbb549100f2bcca2c1856f1c0e010d5f78848
parent3144043ce1f6a311b5f73e21ddaa2a09c7570b55
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