From: steved@redhat.com Subject: [PATCH 21/22] Update the pipefs file Date: Mon, 15 Mar 2010 08:20:26 -0400 Message-ID: <1268655627-18712-22-git-send-email-steved@redhat.com> References: <1268655627-18712-1-git-send-email-steved@redhat.com> To: linux-nfs@vger.kernel.org Return-path: Received: from 4dicksons.org ([207.22.49.45]:41147 "EHLO Dobby.Home.4dicksons.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S964916Ab0CON0S (ORCPT ); Mon, 15 Mar 2010 09:26:18 -0400 Received: from [192.168.62.20] (helo=localhost.localdomain) by Dobby.Home.4dicksons.org with esmtp (Exim 4.63) (envelope-from ) id 1Nr9Hf-00009j-0E for linux-nfs@vger.kernel.org; Mon, 15 Mar 2010 08:20:35 -0400 In-Reply-To: <1268655627-18712-1-git-send-email-steved@redhat.com> Sender: linux-nfs-owner@vger.kernel.org List-ID: From: Kevin Coffman Update the pipefs file indicating which Kerberos enctypes the kernel supports Signed-off-by: Kevin Coffman Signed-off-by: Steve Dickson --- net/sunrpc/rpc_pipe.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/sunrpc/rpc_pipe.c b/net/sunrpc/rpc_pipe.c index 5908c47..e09be73 100644 --- a/net/sunrpc/rpc_pipe.c +++ b/net/sunrpc/rpc_pipe.c @@ -404,7 +404,7 @@ static const struct file_operations rpc_info_operations = { static int rpc_show_krb5_info(struct seq_file *m, void *v) { - seq_printf(m, "enctypes: 18,17,16,3,1,2\n"); + seq_printf(m, "enctypes: 18,17,16,23,3,1,2\n"); return 0; } -- 1.6.6.1