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: 1030584 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-cifs-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=suse.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 43lpfL4XcJz9s9G for ; Fri, 25 Jan 2019 04:14:02 +1100 (AEDT) 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 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).