From 264ad7d77e7ebb5d83c0f02bcb1800b254cd5ccf Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Wed, 19 Oct 2011 16:37:34 -0400 Subject: rpcdebug: Add missing debug flags This patch added the following debug flags: fscache - enable FSCache debugging pnfs - enable general pNFS debugging pnfs_ld - enable pNFS layout debugging Signed-off-by: Steve Dickson --- tools/rpcdebug/rpcdebug.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools') diff --git a/tools/rpcdebug/rpcdebug.c b/tools/rpcdebug/rpcdebug.c index 275a491..444616d 100644 --- a/tools/rpcdebug/rpcdebug.c +++ b/tools/rpcdebug/rpcdebug.c @@ -167,6 +167,9 @@ static struct flagmap { FLAG(NFS, CALLBACK), FLAG(NFS, CLIENT), FLAG(NFS, MOUNT), + FLAG(NFS, FSCACHE), + FLAG(NFS, PNFS), + FLAG(NFS, PNFS_LD), FLAG(NFS, ALL), /* nfsd */ -- cgit