From 58ccbee8c8948dad86f5678912ea3faed4fd023f Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 20 Sep 2005 10:53:44 +0000 Subject: [PATCH] - additional debug --- lustre/obdfilter/filter_capa.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lustre/obdfilter/filter_capa.c b/lustre/obdfilter/filter_capa.c index c5decbd..2b0086d 100644 --- a/lustre/obdfilter/filter_capa.c +++ b/lustre/obdfilter/filter_capa.c @@ -279,6 +279,10 @@ verify: } spin_unlock(&filter->fo_capa_lock); + if (rc) { + DEBUG_CAPA(D_ERROR, capa, "access denied\n"); + DEBUG_CAPA(D_ERROR, &ocapa->c_capa, "access denied\n"); + } capa_put(ocapa); RETURN(rc ? -EACCES : 0); } -- 1.8.3.1