From: Ronnie Sahlberg <lsahlber@redhat.com>
To: Linux NFS mailing list <linux-nfs@vger.kernel.org>
Cc: Steve French <smfrench@gmail.com>
Subject: [PATCH 0/1] Support ioctl for directories
Date: Tue, 16 Oct 2018 13:55:43 +1000 [thread overview]
Message-ID: <20181016035544.31101-1-lsahlber@redhat.com> (raw)
Steve, all
This patch adds support for using the passthrough ioctl on directories.
To do so, we always create a compound for open/query/close.
Technically, in the case for files when we have a pSMBFile we could just
do the query on the existing handle but that would complicate the code.
If we need to avoid the extra open/close for the file case we could add
those conditionals if we need to/they cause issues.
next reply other threads:[~2018-10-16 11:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-16 3:55 Ronnie Sahlberg [this message]
2018-10-16 3:55 ` [PATCH] cifs: add support for ioctl on directories Ronnie Sahlberg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181016035544.31101-1-lsahlber@redhat.com \
--to=lsahlber@redhat.com \
--cc=linux-nfs@vger.kernel.org \
--cc=smfrench@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).