From: steved@redhat.com Subject: [PATCH 15/22] gss_krb5: Update pipefs file Date: Mon, 15 Mar 2010 08:20:20 -0400 Message-ID: <1268655627-18712-16-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]:41145 "EHLO Dobby.Home.4dicksons.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S964925Ab0CON0P (ORCPT ); Mon, 15 Mar 2010 09:26:15 -0400 Received: from [192.168.62.20] (helo=localhost.localdomain) by Dobby.Home.4dicksons.org with esmtp (Exim 4.63) (envelope-from ) id 1Nr9Hd-00009j-Bp for linux-nfs@vger.kernel.org; Mon, 15 Mar 2010 08:20:33 -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 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 7b1f205..5908c47 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: 16,3,1,2\n"); + seq_printf(m, "enctypes: 18,17,16,3,1,2\n"); return 0; } -- 1.6.6.1