Whamcloud - gitweb
LU-17000 gss: update init_channel initialization 22/55322/4
authorSebastien Buisson <sbuisson@ddn.com>
Wed, 5 Jun 2024 13:50:41 +0000 (15:50 +0200)
committerOleg Drokin <green@whamcloud.com>
Wed, 19 Jun 2024 01:14:40 +0000 (01:14 +0000)
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 <sbuisson@ddn.com>
Change-Id: I6539ade1a9d815664f6659a5c1ee25e7f1f7df0e
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/55322
Reviewed-by: Yang Sheng <ys@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
lustre/ptlrpc/gss/lproc_gss.c

index 1584e98..73ca57d 100644 (file)
@@ -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 }
 };