X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Futils%2Fllanalyze;h=bb78a6b3956649bba227c92033f7a53848205fda;hb=9013eb2bb5492b1e8321d0ed534bee566f19627b;hp=0b5eb88394a650f42d0c2f046c1f3e7d8506d09e;hpb=07924ea080b02faf8fe7d85b24475e4bb2498505;p=fs%2Flustre-release.git diff --git a/lustre/utils/llanalyze b/lustre/utils/llanalyze index 0b5eb88..bb78a6b 100644 --- a/lustre/utils/llanalyze +++ b/lustre/utils/llanalyze @@ -53,7 +53,7 @@ $subsys->{FLD} = 1 << 31; #/* b_new_cmd */ $masks->{TRACE} = 1 << 0; # /* ENTRY/EXIT markers */ $masks->{INODE} = 1 << 1; # $masks->{SUPER} = 1 << 2; # -$masks->{EXT2} = 1 << 3; # /* anything from ext2_debug */ +$masks->{TTY} = 1 << 3; # /* notification printed to TTY */ $masks->{MALLOC} = 1 << 4; # /* print malloc, free information */ $masks->{CACHE} = 1 << 5; # /* cache-related items */ $masks->{INFO} = 1 << 6; # /* general information */