diff options
author | Ronnie Sahlberg <lsahlber@redhat.com> | 2020-12-10 00:06:02 -0600 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2020-12-13 19:12:07 -0600 |
commit | 24e0a1eff9e2b9835a6e7c17039dfb6ecfd81f1f (patch) | |
tree | 56ba9dcbfc2c975fafc76582edfd18190b5737d6 /fs/cifs/sess.c | |
parent | 66e7b09c731175064de5a3682c692ec166e02499 (diff) | |
download | linux-24e0a1eff9e2b9835a6e7c17039dfb6ecfd81f1f.tar.gz linux-24e0a1eff9e2b9835a6e7c17039dfb6ecfd81f1f.tar.bz2 linux-24e0a1eff9e2b9835a6e7c17039dfb6ecfd81f1f.zip |
cifs: switch to new mount api
See Documentation/filesystems/mount_api.rst for details on new mount API
Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs/sess.c')
-rw-r--r-- | fs/cifs/sess.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/sess.c b/fs/cifs/sess.c index 5c71f2730166..00ca687a17dd 100644 --- a/fs/cifs/sess.c +++ b/fs/cifs/sess.c @@ -195,7 +195,7 @@ cifs_ses_add_channel(struct cifs_ses *ses, struct cifs_server_iface *iface) * We need to setup at least the fields used for negprot and * sesssetup. * - * We only need the volume here, so we can reuse memory from + * We only need the ctx here, so we can reuse memory from * the session and server without caring about memory * management. */ |