]> git.baikalelectronics.ru Git - kernel.git/commit
cifs: Move cached-dir functions into a separate file
authorRonnie Sahlberg <lsahlber@redhat.com>
Thu, 11 Aug 2022 03:00:08 +0000 (22:00 -0500)
committerSteve French <stfrench@microsoft.com>
Thu, 11 Aug 2022 15:33:18 +0000 (10:33 -0500)
commit2d37d7f549efb4321c38ad4ebef92f13575c56f4
tree8d32c6b3ed80270c9c81574fc9449e9b783ee2e2
parent50e0b4c8f5e1426a3afefe8b34c8e5907f02ce30
cifs: Move cached-dir functions into a separate file

Also rename crfid to cfid to have consistent naming for this variable.

This commit does not change any logic.

Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Reviewed-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Signed-off-by: Steve French <stfrench@microsoft.com>
15 files changed:
fs/cifs/Makefile
fs/cifs/cached_dir.c [new file with mode: 0644]
fs/cifs/cached_dir.h [new file with mode: 0644]
fs/cifs/cifsfs.c
fs/cifs/cifsglob.h
fs/cifs/cifsproto.h
fs/cifs/file.c
fs/cifs/inode.c
fs/cifs/misc.c
fs/cifs/readdir.c
fs/cifs/smb2inode.c
fs/cifs/smb2misc.c
fs/cifs/smb2ops.c
fs/cifs/smb2pdu.c
fs/cifs/smb2proto.h