From patchwork Thu Jan 24 17:13:56 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Aur=C3=A9lien_Aptel?= X-Patchwork-Id: 10779659 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 7A769746 for ; Thu, 24 Jan 2019 17:14:02 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 609B930FE2 for ; Thu, 24 Jan 2019 17:14:02 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5E6AC31249; Thu, 24 Jan 2019 17:14:02 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0593D30FE2 for ; Thu, 24 Jan 2019 17:14:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727811AbfAXROB (ORCPT ); Thu, 24 Jan 2019 12:14:01 -0500 Received: from mx2.suse.de ([195.135.220.15]:45418 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727740AbfAXROB (ORCPT ); Thu, 24 Jan 2019 12:14:01 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 96808AD73; Thu, 24 Jan 2019 17:14:00 +0000 (UTC) From: Aurelien Aptel To: linux-cifs@vger.kernel.org Cc: piastryyy@gmail.com, Aurelien Aptel Subject: [PATCH] smbinfo.rst: document kernel version Date: Thu, 24 Jan 2019 18:13:56 +0100 Message-Id: <20190124171356.21689-1-aaptel@suse.com> X-Mailer: git-send-email 2.16.4 Sender: linux-cifs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Aurelien Aptel --- smbinfo.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smbinfo.rst b/smbinfo.rst index e37c709..a10edb1 100644 --- a/smbinfo.rst +++ b/smbinfo.rst @@ -61,7 +61,7 @@ NOTES ***** Kernel support for smbinfo utilities requires the CIFS_QUERY_INFO -IOCTL which was initially introduced in the XXX kernel and is only +IOCTL which was initially introduced in the 4.20 kernel and is only implemented for mount points using SMB2 or above (see mount.cifs(8) `vers` option).