commit | 8d8b26e58432cb2840048b9f8aea286be6f75de5 | [log] [tgz] |
---|---|---|
author | Ronnie Sahlberg <lsahlber@redhat.com> | Wed Oct 17 05:47:58 2018 +1000 |
committer | Steve French <stfrench@microsoft.com> | Tue Oct 23 21:16:05 2018 -0500 |
tree | 0434bc93a5769be50353d7407a68c9d85dff0588 | |
parent | 3b7960caceafdfc2cdfe2850487f8d091eb41144 [diff] |
cifs: add support for ioctl on directories We do not call cifs_open_file() for directories and thus we do not have a pSMBFile we can extract the FIDs from. Solve this by instead always using a compounded open/query/close for the passthrough ioctl. Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com> Signed-off-by: Steve French <stfrench@microsoft.com>