From bda60de187aadc885bbc705ccb9317f680f4b9d3 Mon Sep 17 00:00:00 2001 From: Rajesh Amaravathi Date: Mon, 17 Jun 2013 16:28:17 +0530 Subject: nfs: log stale mount errors occasionally log the state mount errors only occasionally so as not to fill log file with too many of them. Change-Id: Ib5a2485dc2ce3a181cff34bbb6d7aba17a2e4d4d BUG: 804301 Signed-off-by: Rajesh Amaravathi Reviewed-on: http://review.gluster.org/5229 Tested-by: Gluster Build System Reviewed-by: Kaleb KEITHLEY Reviewed-by: Vijay Bellur --- xlators/nfs/server/src/nfs3.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators/nfs/server/src/nfs3.h') diff --git a/xlators/nfs/server/src/nfs3.h b/xlators/nfs/server/src/nfs3.h index 111542bc6..6b37cd458 100644 --- a/xlators/nfs/server/src/nfs3.h +++ b/xlators/nfs/server/src/nfs3.h @@ -134,6 +134,7 @@ typedef struct nfs3_state { struct list_head fdlru; gf_lock_t fdlrulock; int fdcount; + uint32_t occ_logger; } nfs3_state_t; typedef enum nfs3_lookup_type { -- cgit