diff options
author | Ronnie Sahlberg <lsahlber@redhat.com> | 2020-10-21 02:22:33 +0200 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2020-10-22 19:16:24 +0200 |
commit | a6a9cffad0a28a4a7a3a91b6ee13dd1baae4dfcb (patch) | |
tree | 1dd0d767b31dcc70c58944235c2b46937bae4c74 /fs/cifs/fs_context.h | |
parent | smb3: do not try to cache root directory if dir leases not supported (diff) | |
download | linux-a6a9cffad0a28a4a7a3a91b6ee13dd1baae4dfcb.tar.xz linux-a6a9cffad0a28a4a7a3a91b6ee13dd1baae4dfcb.zip |
cifs: add files to host new mount api
This will make it easier in the future, but also will allow us to
shrink connect.c which is getting too big, and harder to read
Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Reviewed-by: Aurelien Aptel <aaptel@suse.com>
Diffstat (limited to 'fs/cifs/fs_context.h')
-rw-r--r-- | fs/cifs/fs_context.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/fs/cifs/fs_context.h b/fs/cifs/fs_context.h new file mode 100644 index 000000000000..082f286f923e --- /dev/null +++ b/fs/cifs/fs_context.h @@ -0,0 +1,15 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* + * Copyright (C) 2020, Microsoft Corporation. + * + * Author(s): Steve French <stfrench@microsoft.com> + * David Howells <dhowells@redhat.com> + */ + +#ifndef _FS_CONTEXT_H +#define _FS_CONTEXT_H + + + +#endif + |