commit | e6eb19504e23607816cd4df35e2633aef2540e96 | [log] [tgz] |
---|---|---|
author | Ronnie Sahlberg <lsahlber@redhat.com> | Tue Mar 09 09:07:28 2021 +1000 |
committer | Steve French <stfrench@microsoft.com> | Sun Apr 25 16:28:23 2021 -0500 |
tree | f299a932f56122032f7857c85b6c9dcd4e57aa5c | |
parent | 4df3d976dda2466799929b021d4e233639711d41 [diff] |
cifs: pass a path to open_shroot and check if it is the root or not Move the check for the directory path into the open_shroot() function but still fail for any non-root directories. This is preparation for later when we will start using the cache also for other directories than the root. Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com> Signed-off-by: Steve French <stfrench@microsoft.com>