[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <527C9170.9030005@huawei.com>
Date: Fri, 8 Nov 2013 15:23:28 +0800
From: Weng Meiling <wengmeiling.weng@...wei.com>
To: <linux-nfs@...r.kernel.org>
CC: <linux-kernel@...r.kernel.org>, <bfields@...ldses.org>,
Li Zefan <lizefan@...wei.com>
Subject: [PATCH] nfsd:add '\n' when read file supported_krb5_enctypes
From: Weng Meiling <wengmeiling.weng@...wei.com>
Signed-off-by: Weng Meiling <wengmeiling.weng@...wei.com>
---
fs/nfsd/nfsctl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/nfsd/nfsctl.c b/fs/nfsd/nfsctl.c
index 7f55517..31db42c 100644
--- a/fs/nfsd/nfsctl.c
+++ b/fs/nfsd/nfsctl.c
@@ -188,7 +188,7 @@ static const struct file_operations export_features_operations = {
#if defined(CONFIG_SUNRPC_GSS) || defined(CONFIG_SUNRPC_GSS_MODULE)
static int supported_enctypes_show(struct seq_file *m, void *v)
{
- seq_printf(m, KRB5_SUPPORTED_ENCTYPES);
+ seq_printf(m, "%s\n", KRB5_SUPPORTED_ENCTYPES);
return 0;
}
--
1.8.3.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists