Whamcloud - gitweb
land b_gns onto HEAD. If you are working on CMD, you MUST UPDATE YOUR
[fs/lustre-release.git] / lustre / ldlm / ldlm_lock.c
index ec07278..d5607ff 100644 (file)
@@ -74,6 +74,8 @@ char *ldlm_it2str(int it)
                 return "unlink";
         case IT_GETXATTR:
                 return "getxattr";
+        case IT_CHDIR:
+                return "chdir";
         default:
                 CERROR("Unknown intent %d\n", it);
                 return "UNKNOWN";