Whamcloud - gitweb
- one more DEBUG_CAPA() to make sure we use proper capability to check
authoralex <alex>
Tue, 20 Sep 2005 23:41:33 +0000 (23:41 +0000)
committeralex <alex>
Tue, 20 Sep 2005 23:41:33 +0000 (23:41 +0000)
  permissions

lustre/obdfilter/filter_capa.c

index cfec3ea..a1b2053 100644 (file)
@@ -296,6 +296,7 @@ verify:
                                 DEBUG_CAPA(D_ERROR, capa,
                                            "access denied for (%s != %s)",
                                            key1, key2);
+                                DEBUG_CAPA(D_ERROR, &ocapa->c_capa, "used capa");
                         }
                         if (key1)
                                 OBD_FREE(key1, CAPA_DIGEST_SIZE * 2 + 1);