From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com ([209.132.183.28]:35168 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727075AbeJPLoO (ORCPT ); Tue, 16 Oct 2018 07:44:14 -0400 From: Ronnie Sahlberg To: Linux NFS mailing list Cc: Steve French Subject: [PATCH 0/1] Support ioctl for directories Date: Tue, 16 Oct 2018 13:55:43 +1000 Message-Id: <20181016035544.31101-1-lsahlber@redhat.com> Sender: linux-nfs-owner@vger.kernel.org List-ID: 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.