From 0767e623ca99fb0a4728dda385738a62bea72c9f Mon Sep 17 00:00:00 2001 From: pschwan Date: Mon, 4 Nov 2002 20:42:05 +0000 Subject: [PATCH] minor comment fixup --- lustre/include/linux/lustre_dlm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/include/linux/lustre_dlm.h b/lustre/include/linux/lustre_dlm.h index 3558013..b60032c 100644 --- a/lustre/include/linux/lustre_dlm.h +++ b/lustre/include/linux/lustre_dlm.h @@ -186,7 +186,7 @@ struct ldlm_resource { struct list_head lr_converting; struct list_head lr_waiting; ldlm_mode_t lr_most_restr; - __u32 lr_type; /* PLAIN, EXTENT, or MDSINTENT */ + __u32 lr_type; /* LDLM_PLAIN or LDLM_EXTENT */ struct ldlm_resource *lr_root; __u64 lr_name[RES_NAME_SIZE]; __u32 lr_version[RES_VERSION_SIZE]; -- 1.8.3.1