commit | 6552d6a0264de505d3bb1445aecf757b1ec3873a | [log] [tgz] |
---|---|---|
author | Steve French <stfrench@microsoft.com> | Mon Jun 24 01:19:52 2019 -0500 |
committer | Steve French <stfrench@microsoft.com> | Sun Jul 07 22:37:43 2019 -0500 |
tree | 56a4e92791e6eebfbb813b366cae1fdf7622743a | |
parent | 29fbeb7a908a60a5ae8c50fbe171cb8fdcef1980 [diff] |
cifs: Fix check for matching with existing mount If we mount the same share twice, we check the flags to see if the second mount matches the earlier mount, but we left some flags out. Signed-off-by: Steve French <stfrench@microsoft.com>