Whamcloud - gitweb
LU-6210 gss: Change positional struct initializers to C99
[fs/lustre-release.git] / lustre / ptlrpc / gss / gss_null_mech.c
index 9eb0f2b..fddd3ed 100644 (file)
@@ -190,11 +190,8 @@ static struct subflavor_desc gss_null_sfs[] = {
        },
 };
 
-/*
- * currently we leave module owner NULL
- */
 static struct gss_api_mech gss_null_mech = {
-       .gm_owner       = NULL, /*THIS_MODULE, */
+       /* .gm_owner uses default NULL value for THIS_MODULE */
        .gm_name        = "gssnull",
        .gm_oid         = (rawobj_t) {
                12,