cifs: rename smb_vol as smb3_fs_context and move it to fs_context.h
authorRonnie Sahlberg <lsahlber@redhat.com>
Thu, 10 Dec 2020 05:07:12 +0000 (23:07 -0600)
committerSteve French <stfrench@microsoft.com>
Mon, 14 Dec 2020 01:12:07 +0000 (19:12 -0600)
commit3fa1c6d1b8f5c3d9be9e8047ad894ab3de67dc6e
tree006d36acb9e3e759c9d6323769e486da106dc8f6
parent7955f105afb6034af344038d663bc98809483cdd
cifs: rename smb_vol as smb3_fs_context and move it to fs_context.h

Harmonize and change all such variables to 'ctx', where possible.
No changes to actual logic.

Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
12 files changed:
fs/cifs/cifsfs.c
fs/cifs/cifsglob.h
fs/cifs/cifsproto.h
fs/cifs/connect.c
fs/cifs/dfs_cache.c
fs/cifs/dfs_cache.h
fs/cifs/dir.c
fs/cifs/fs_context.c
fs/cifs/fs_context.h
fs/cifs/sess.c
fs/cifs/smb1ops.c
fs/cifs/smb2ops.c