From 577907537352c6747afc84bf050d89c7d3773fd1 Mon Sep 17 00:00:00 2001 From: wangdi Date: Tue, 14 Jun 2005 12:42:27 +0000 Subject: [PATCH] Branch:b_hd_crypto crypto api prototype 1) add gs_obd and gsc_obd 2) cleanup in ll_fill_super and lustre_common_fill_super 3) some modification in lconf and lmc --- lnet/include/libcfs/libcfs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lnet/include/libcfs/libcfs.h b/lnet/include/libcfs/libcfs.h index d4a38e1..eca3488 100644 --- a/lnet/include/libcfs/libcfs.h +++ b/lnet/include/libcfs/libcfs.h @@ -71,6 +71,7 @@ extern unsigned int portal_printk; #define S_LMV 0x00800000 #define S_CMOBD 0x01000000 #define S_SEC 0x02000000 +#define S_GSS 0x04000000 /* If you change these values, please keep these files up to date... * portals/utils/debug.c * utils/lconf -- 1.8.3.1