Whamcloud - gitweb
LU-5396 all: use NULL instead of 0
[fs/lustre-release.git] / lustre / ost / ost_handler.c
index d9c4411..5e57e61 100644 (file)
@@ -77,7 +77,7 @@ LPROC_SEQ_FOPS_RO_TYPE(ost, uuid);
 static struct lprocfs_seq_vars lprocfs_ost_obd_vars[] = {
        { .name =       "uuid",
          .fops =       &ost_uuid_fops  },
-       { 0 }
+       { NULL }
 };
 #endif /* LPROCFS */