Details

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

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: