From: steved@redhat.com Subject: [PATCH 11/22] Update pipefs file indicating which Kerberos enctypes the kernel supports Date: Mon, 15 Mar 2010 08:20:16 -0400 Message-ID: <1268655627-18712-12-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]:41146 "EHLO Dobby.Home.4dicksons.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S964916Ab0CON0R (ORCPT ); Mon, 15 Mar 2010 09:26:17 -0400 Received: from [192.168.62.20] (helo=localhost.localdomain) by Dobby.Home.4dicksons.org with esmtp (Exim 4.63) (envelope-from ) id 1Nr9Hb-00009j-6k for linux-nfs@vger.kernel.org; Mon, 15 Mar 2010 08:20:31 -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 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 2230b52..7b1f205 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: 3,1,2\n"); + seq_printf(m, "enctypes: 16,3,1,2\n"); return 0; } -- 1.6.6.1