Whamcloud - gitweb
LU-15317 llite: Fix iotrace name
authorPatrick Farrell <pfarrell@whamcloud.com>
Tue, 8 Mar 2022 17:58:42 +0000 (12:58 -0500)
committerAndreas Dilger <adilger@whamcloud.com>
Wed, 9 Mar 2022 17:18:33 +0000 (17:18 +0000)
The ES6 port of the iotrace patch missed the name of the
debug flag, leaving it as tty.  Correct this.

Fixes: 32142909 ("LU-15317 llite: Add D_IOTRACE")

test-parameters: trivial

Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: I0674fa54d6bf13ac5d436f8fd94c6559a3eef27d
Reviewed-on: https://review.whamcloud.com/46743
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lnet/include/uapi/linux/lnet/libcfs_debug.h

index 4399d38..15ed043 100644 (file)
@@ -137,7 +137,7 @@ struct ptldebug_header {
 #define D_LAYOUT        0x80000000
 
 #define LIBCFS_DEBUG_MASKS_NAMES {                                     \
-       "trace", "inode", "super", "tty", "malloc", "cache", "info",    \
+       "trace", "inode", "super", "iotrace", "malloc", "cache", "info",        \
        "ioctl", "neterror", "net", "warning", "buffs", "other",        \
        "dentry", "nettrace", "page", "dlmtrace", "error", "emerg",     \
        "ha", "rpctrace", "vfstrace", "reada", "mmap", "config",        \