From e8794074245db800854b2ab6d30d8e15aa893e8c Mon Sep 17 00:00:00 2001 From: Sebastien Buisson Date: Wed, 5 Jun 2024 15:50:41 +0200 Subject: [PATCH] LU-17000 gss: update init_channel initialization Update 'init_channel' to match newer coding guidelines. DDN-Bug-Id: EX-9705 Test-Parameters: trivial Test-Parameters: testgroup=review-dne-selinux-ssk-part-2 Test-Parameters: testgroup=review-dne-part-2 Test-Parameters: kerberos=true testlist=sanity-krb5 Signed-off-by: Sebastien Buisson Change-Id: I6539ade1a9d815664f6659a5c1ee25e7f1f7df0e Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/55322 Reviewed-by: Yang Sheng Reviewed-by: Oleg Drokin Reviewed-by: Andreas Dilger Tested-by: Maloo Tested-by: jenkins --- lustre/ptlrpc/gss/lproc_gss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/ptlrpc/gss/lproc_gss.c b/lustre/ptlrpc/gss/lproc_gss.c index 1584e98..73ca57d 100644 --- a/lustre/ptlrpc/gss/lproc_gss.c +++ b/lustre/ptlrpc/gss/lproc_gss.c @@ -433,7 +433,7 @@ static struct ldebugfs_vars gss_debugfs_vars[] = { .fops = &gss_proc_oos_fops }, { .name = "init_channel", .fops = &gss_proc_secinit, - .proc_mode = 0222 }, + .proc_mode = 0200 }, { NULL } }; -- 1.8.3.1