Uploaded image for project: 'Lustre'
  1. Lustre
  2. LU-1078

two minor issues in lnet

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Trivial Trivial
    • Lustre 2.3.0
    • Lustre 2.0.0, Lustre 2.1.0, Lustre 1.8.x (1.8.0 - 1.8.5)
    • 4623

      I recently noticed these:

      1. The doxygen comment above LNetNIInit in lnet/lnet/api-ni.c says:
      "return 0 on success, and non-zero error code on failures."

      This is wrong. LNetNIInit can return > 0 on success.

      2. In lst_test_add_ioctl()

      753 LIBCFS_ALLOC(dstgrp, args->lstio_tes_dgrp_nmlen + 1);
      754 if (srcgrp == NULL)$
      755 goto out;

      In line 754, s/srcgrp/dstgrp/?

      I don't have time to fix and test and so on. Please fix them.

            bogl Bob Glossman (Inactive)
            isaac Isaac Huang (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: