Whamcloud - gitweb
LU-5396 all: use NULL instead of 0
[fs/lustre-release.git] / lustre / mgc / lproc_mgc.c
index f818def..5de4f17 100644 (file)
@@ -76,6 +76,6 @@ struct lprocfs_seq_vars lprocfs_mgc_obd_vars[] = {
          .fops =       &mgc_state_fops         },
        { .name =       "ir_state",
          .fops =       &mgc_ir_state_fops      },
-       { 0 }
+       { NULL }
 };
 #endif /* LPROCFS */